home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Gurus / TricksOfTheDoomGurus.iso / bonus / linux / listlev / director.h < prev    next >
Text File  |  1994-06-28  |  289b  |  10 lines

  1.  
  2. typedef struct dir_entry {
  3.     four_byte res_start;        /* Pointer to start of resource */
  4.     four_byte res_len;        /* Length of resource */
  5.     char name[9];            /* Really only 8 bytes! */
  6.     } dir_entry;
  7. #define ENTRY_SIZE    16    
  8.  
  9. #define WADDIR_END    "F_END"        /* The last entry in the directory */
  10.