home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / bonus / linux / dm2ppm / doomdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-24  |  99 b   |  8 lines

  1. typedef int four_byte;
  2. typedef short two_byte;
  3.  
  4. #ifndef SEEK_SET
  5. #define SEEK_SET 0
  6. #endif
  7.  
  8.