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:
parent
89d74fbf79
commit
f5ef6536cc
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Reference in a new issue