home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the DOOM Gurus
/
TricksOfTheDoomGurus.iso
/
bonus
/
linux
/
waddir
/
director.h
< prev
next >
Wrap
Text File
|
1994-06-25
|
289b
|
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 */