home *** CD-ROM | disk | FTP | other *** search
/ 100 af Verdens Bedste Spil / 100Spil.iso / dos / wolf3d / source / wolfsrc.1 / GFXE_WL6.H < prev    next >
Text File  |  1993-02-04  |  975b  |  54 lines

  1. //////////////////////////////////////
  2. //
  3. // Graphics .H file for .WL6
  4. // IGRAB-ed on Sun Aug 09 22:17:20 1992
  5. //
  6. //////////////////////////////////////
  7.  
  8. typedef enum {
  9.  
  10.  
  11.  
  12.         ENUMEND
  13.          } graphicnums;
  14.  
  15. //
  16. // Data LUMPs
  17. //
  18.  
  19. //
  20. // Amount of each data item
  21. //
  22. #define NUMCHUNKS    414
  23. #define NUMFONT      0
  24. #define NUMFONTM     0
  25. #define NUMPICS      0
  26. #define NUMPICM      0
  27. #define NUMSPRITES   0
  28. #define NUMTILE8     0
  29. #define NUMTILE8M    0
  30. #define NUMTILE16    144
  31. #define NUMTILE16M   270
  32. #define NUMTILE32    0
  33. #define NUMTILE32M   0
  34. #define NUMEXTERNS   0
  35. //
  36. // File offsets for data items
  37. //
  38. #define STARTFONT    0
  39. #define STARTFONTM   0
  40. #define STARTPICS    0
  41. #define STARTPICM    0
  42. #define STARTSPRITES 0
  43. #define STARTTILE8   0
  44. #define STARTTILE8M  0
  45. #define STARTTILE16  0
  46. #define STARTTILE16M 144
  47. #define STARTTILE32  414
  48. #define STARTTILE32M 414
  49. #define STARTEXTERNS 414
  50.  
  51. //
  52. // Thank you for using IGRAB!
  53. //
  54.