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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-24
|
99 b
|
8 lines
typedef int four_byte;
typedef short two_byte;
#ifndef SEEK_SET
#define SEEK_SET 0
#endif