home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Jeux / demos / crystalPPC.lha / global.h < prev    next >
C/C++ Source or Header  |  1998-01-15  |  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.