147 lines
3.5 KiB
C++
147 lines
3.5 KiB
C++
/* Hovertank 3-D Source Code
|
|
* Copyright (C) 1993-2014 Flat Rock Software
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License along
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*/
|
|
|
|
//////////////////////////////////////
|
|
//
|
|
// Graphics DEFINE file for .HOV
|
|
// IGRAB-ed on Thu Dec 02 11:07:46 1993
|
|
//
|
|
//////////////////////////////////////
|
|
|
|
#define MAN1PIC 0
|
|
#define MAN2PIC 1
|
|
#define MANDIE1PIC 2
|
|
#define MANDIE2PIC 3
|
|
#define MANDIE3PIC 4
|
|
#define MANDIE4PIC 5
|
|
#define MANDIE5PIC 6
|
|
#define WOMAN1PIC 7
|
|
#define WOMAN2PIC 8
|
|
#define WOMANDIE1PIC 9
|
|
#define WOMANDIE2PIC 10
|
|
#define WOMANDIE3PIC 11
|
|
#define WOMANDIE4PIC 12
|
|
#define WOMANDIE5PIC 13
|
|
#define BIGSHOTPIC 14
|
|
#define PSHOTPIC 15
|
|
#define MSHOTPIC 16
|
|
#define SHOTDIE1PIC 17
|
|
#define SHOTDIE2PIC 18
|
|
#define SHOTDIE3PIC 19
|
|
#define SHOTDIE4PIC 20
|
|
#define SHOTDIE5PIC 21
|
|
#define TANK1PIC 22
|
|
#define TANKDIE1PIC 23
|
|
#define TANKDIE2PIC 24
|
|
#define TANKDIE3PIC 25
|
|
#define TANKDIE4PIC 26
|
|
#define TANKDIE5PIC 27
|
|
#define MUTANT1PIC 28
|
|
#define MUTANT2PIC 29
|
|
#define MUTANT3PIC 30
|
|
#define MUTANT4PIC 31
|
|
#define MUTANTDIE1PIC 32
|
|
#define MUTANTDIE2PIC 33
|
|
#define MUTANTDIE3PIC 34
|
|
#define MUTANTDIE4PIC 35
|
|
#define MUTANTDIE5PIC 36
|
|
#define MUTANTSWINGPIC 37
|
|
#define MUTANTHITPIC 38
|
|
#define SHIELD1PIC 39
|
|
#define SHIELD2PIC 40
|
|
#define DRONE1PIC 41
|
|
#define DRONE2PIC 42
|
|
#define DRONE3PIC 43
|
|
#define DRONE4PIC 44
|
|
#define DRONEDIE1PIC 45
|
|
#define DRONEDIE2PIC 46
|
|
#define DRONEDIE3PIC 47
|
|
#define DRONEDIE4PIC 48
|
|
#define DRONEDIE5PIC 49
|
|
#define WARP1PIC 50
|
|
#define WARP2PIC 51
|
|
#define WARP3PIC 52
|
|
#define WARP4PIC 53
|
|
#define DASHPIC 54
|
|
#define DIGIT0PIC 55
|
|
#define DIGIT1PIC 56
|
|
#define DIGIT2PIC 57
|
|
#define DIGIT3PIC 58
|
|
#define DIGIT4PIC 59
|
|
#define DIGIT5PIC 60
|
|
#define DIGIT6PIC 61
|
|
#define DIGIT7PIC 62
|
|
#define DIGIT8PIC 63
|
|
#define DIGIT9PIC 64
|
|
#define SHIELDFULLPIC 65
|
|
#define SHIELDHALFPIC 66
|
|
#define SHIELDLOWPIC 67
|
|
#define EMPTYGUYPIC 68
|
|
#define SAVEDGUYPIC 69
|
|
#define DEADGUYPIC 70
|
|
#define REARMINGPIC 71
|
|
#define READYPIC 72
|
|
#define CHARGINGPIC 73
|
|
#define MAXPOWERPIC 74
|
|
#define ENDPIC 75
|
|
#define LOGOPIC 76
|
|
#define STARSPIC 77
|
|
#define TITLEPIC 78
|
|
#define DEATHPIC 79
|
|
#define MISSIONPIC 80
|
|
#define UFAPIC 81
|
|
#define MADUFAPIC 82
|
|
|
|
|
|
|
|
//
|
|
// Amount of each data item
|
|
//
|
|
#define NUMCHUNKS 86
|
|
#define NUMFONT 0
|
|
#define NUMFONTM 1
|
|
#define NUMPICS 83
|
|
#define NUMPICM 0
|
|
#define NUMSPRITES 0
|
|
#define NUMTILE8 72
|
|
#define NUMTILE8M 0
|
|
#define NUMTILE16 0
|
|
#define NUMTILE16M 0
|
|
#define NUMTILE32 0
|
|
#define NUMTILE32M 0
|
|
//
|
|
// File offsets for data items
|
|
//
|
|
#define STRUCTPIC 0
|
|
|
|
#define STARTFONT 1
|
|
#define STARTFONTM 1
|
|
#define STARTPICS 2
|
|
#define STARTPICM 85
|
|
#define STARTSPRITES 85
|
|
#define STARTTILE8 85
|
|
#define STARTTILE8M 86
|
|
#define STARTTILE16 86
|
|
#define STARTTILE16M 86
|
|
#define STARTTILE32 86
|
|
#define STARTTILE32M 86
|
|
|
|
//
|
|
// Thank you for using IGRAB!
|
|
//
|