From b2f86e20e052d9923523e29743172ea98266d28f Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 25 Jun 2019 18:37:47 +0000 Subject: Added original Hardwire code. --- hardwire/hwdat.h | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 hardwire/hwdat.h (limited to 'hardwire/hwdat.h') diff --git a/hardwire/hwdat.h b/hardwire/hwdat.h new file mode 100644 index 0000000..33014b0 --- /dev/null +++ b/hardwire/hwdat.h @@ -0,0 +1,45 @@ +/* Allegro datafile object indexes, produced by grabber v3.0 */ +/* Datafile: c:\src\c\hardwire\v1.0\hardwire.dat */ +/* Date: Sat Feb 14 01:03:08 1998 */ +/* Do not hand edit! */ + +#define CLICK_FX 0 /* SAMP */ +#define GAMEMIDI 1 /* MIDI */ +#define GAMEOVER_FX 2 /* SAMP */ +#define GAMEQUIT_FX 3 /* SAMP */ +#define HWFONT 4 /* FONT */ +#define HWPAL 5 /* PAL */ +#define PATH_FX 6 /* SAMP */ +#define PAUSE_BMP 7 /* BMP */ +#define POP_FX 8 /* SAMP */ +#define SCOREMIDI 9 /* MIDI */ +#define SPRITE16_000 10 /* RLE */ +#define SPRITE16_001 11 /* RLE */ +#define SPRITE16_002 12 /* RLE */ +#define SPRITE8_000 13 /* RLE */ +#define SPRITE8_001 14 /* RLE */ +#define SPRITE8_002 15 /* RLE */ +#define SPRITE8_003 16 /* RLE */ +#define SPRITE8_004 17 /* RLE */ +#define SPRITE8_005 18 /* RLE */ +#define SPRITE8_006 19 /* RLE */ +#define SPRITE8_007 20 /* RLE */ +#define SPRITE8_008 21 /* RLE */ +#define SPRITE8_009 22 /* RLE */ +#define SPRITE8_010 23 /* RLE */ +#define SPRITE8_011 24 /* RLE */ +#define SPRITE8_012 25 /* RLE */ +#define SPRITE8_013 26 /* RLE */ +#define SPRITE8_014 27 /* RLE */ +#define SPRITE8_015 28 /* RLE */ +#define SPRITE8_016 29 /* RLE */ +#define SPRITE8_017 30 /* RLE */ +#define SPRITE8_018 31 /* RLE */ +#define SPRITE8_019 32 /* RLE */ +#define SPRITE8_020 33 /* RLE */ +#define SPRITE8_021 34 /* RLE */ +#define SPRITE8_022 35 /* RLE */ +#define SPRITE8_023 36 /* RLE */ +#define SPRITE8_024 37 /* RLE */ +#define TITLEMIDI 38 /* MIDI */ + -- cgit v1.2.3