libneofx: neofx/types.h: TRIANGLE-Struktur aufger?umt;

libzoom: zoom/types.h: WALL-Struktur als Ersatz f?r TRIANGLE eingef?gt; 
zoom/level.h, level.c und player.c an die neuen Strukturen angepasst
This commit is contained in:
neoraider 2005-04-23 11:41:04 +00:00
parent 89d74fbf79
commit f5ef6536cc

View file

@ -16,12 +16,8 @@ typedef struct _TEXCOORDS {
} TEXCOORDS; } TEXCOORDS;
typedef struct _TRIANGLE { typedef struct _TRIANGLE {
unsigned char type;
unsigned char visible;
VERTEX vertices[3]; VERTEX vertices[3];
VECTOR normal; VECTOR normal;
int texture;
TEXCOORDS texcoords[3];
} TRIANGLE; } TRIANGLE;
#pragma pack(pop) #pragma pack(pop)