Added original source code

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-19 23:32:44 +01:00
parent add8bcfde1
commit 536a10d99e
108 changed files with 48051 additions and 0 deletions

53
WOLFSRC/GFXE_WL6.H Normal file
View File

@@ -0,0 +1,53 @@
//////////////////////////////////////
//
// Graphics .H file for .WL6
// IGRAB-ed on Sun Aug 09 22:17:20 1992
//
//////////////////////////////////////
typedef enum {
ENUMEND
} graphicnums;
//
// Data LUMPs
//
//
// Amount of each data item
//
#define NUMCHUNKS 414
#define NUMFONT 0
#define NUMFONTM 0
#define NUMPICS 0
#define NUMPICM 0
#define NUMSPRITES 0
#define NUMTILE8 0
#define NUMTILE8M 0
#define NUMTILE16 144
#define NUMTILE16M 270
#define NUMTILE32 0
#define NUMTILE32M 0
#define NUMEXTERNS 0
//
// File offsets for data items
//
#define STARTFONT 0
#define STARTFONTM 0
#define STARTPICS 0
#define STARTPICM 0
#define STARTSPRITES 0
#define STARTTILE8 0
#define STARTTILE8M 0
#define STARTTILE16 0
#define STARTTILE16M 144
#define STARTTILE32 414
#define STARTTILE32M 414
#define STARTEXTERNS 414
//
// Thank you for using IGRAB!
//