home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / space / software / unix / xanim / mytypes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-04  |  229 b   |  13 lines

  1.  
  2. #define LONG int
  3. #define ULONG unsigned int
  4. #define BYTE char
  5. #define UBYTE unsigned char
  6. #define SHORT short
  7. #define USHORT unsigned short
  8. #define WORD short int
  9. #define UWORD unsigned short int
  10.  
  11. #define TRUE 1
  12. #define FALSE 0
  13.