home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / shareware / crystalppc / global.h < prev    next >
C/C++ Source or Header  |  1998-06-08  |  253b  |  16 lines

  1. #ifndef GLOBAL_H
  2. #define GLOBAL_H
  3.  
  4. #ifdef DJGPP
  5.  typedef int BOOL;
  6. #endif
  7. #ifndef USE_ALLEGRO
  8. // allegro has this type
  9.  typedef long fixed;
  10. #endif
  11. typedef unsigned char byte;
  12. typedef unsigned short word;
  13. typedef unsigned long dword;
  14.  
  15. #endif // GLOBAL_H
  16.