Removed some unused bits.
This commit is contained in:
parent
78cdb29e7a
commit
fc5b084897
6 changed files with 12 additions and 646 deletions
|
@ -34,38 +34,6 @@
|
|||
#define col24(r, g, b) ((r << 16) + (g << 8) + b)
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Maximum number shading tables.
|
||||
|
||||
This equate might have to be moved to "system.h"
|
||||
|
||||
*/
|
||||
|
||||
#define MaxShadingTables 4096
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Palette Creation Function Structure
|
||||
|
||||
*/
|
||||
|
||||
typedef struct palcreationdata {
|
||||
|
||||
unsigned char** PCD_ArrayPtr;
|
||||
int PCD_NumHues;
|
||||
int PCD_ShadesPerHue;
|
||||
int PCD_NumColsUsed;
|
||||
|
||||
} PALCREATIONDATA;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Shape Item Function Array Indices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue