home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / MCC_GLArea / MCC_GLArea_Dev / GLArea_Demo / Useful / Misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1980-01-01  |  626 b   |  28 lines

  1. /*----------------------------------------------------
  2.   Misc.h
  3.   Version 0.1
  4.   Date: 13.12.1998
  5.   Author: Bodmer Stephan (bodmer2@uni2a.unige.ch)
  6.   Note: Miscellenous help function
  7. -----------------------------------------------------*/
  8. #define MC68000     0
  9. #define MC68010     1
  10. #define MC68020     2
  11. #define MC68030     3
  12. #define MC68040     4
  13. #define MC68060     6
  14.  
  15. #define MC6888x     10
  16.  
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. int CheckCPU();
  22. BOOL CheckFPU();
  23. void ConvertDisplayID (char *, int);
  24. BOOL OpenASL (char *title, char *sdir, char *sname , char *filename, char *dir, char *name);
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28.