home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the DOOM Programming Gurus
/
Tricks_of_the_Doom_Programming_Gurus.iso
/
bonus
/
linux
/
dm2au
/
director.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
Text File
|
1994-06-25
|
289 b
|
10 lines
typedef struct dir_entry {
four_byte res_start; /* Pointer to start of resource */
four_byte res_len; /* Length of resource */
char name[9]; /* Really only 8 bytes! */
} dir_entry;
#define ENTRY_SIZE 16
#define WADDIR_END "F_END" /* The last entry in the directory */