From f5ef6536cc243acd39bf563c3d9064d1908483b3 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sat, 23 Apr 2005 11:41:04 +0000 Subject: 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 --- neofx/types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neofx/types.h b/neofx/types.h index 130f0f1..add2c88 100644 --- a/neofx/types.h +++ b/neofx/types.h @@ -16,12 +16,8 @@ typedef struct _TEXCOORDS { } TEXCOORDS; typedef struct _TRIANGLE { - unsigned char type; - unsigned char visible; VERTEX vertices[3]; VECTOR normal; - int texture; - TEXCOORDS texcoords[3]; } TRIANGLE; #pragma pack(pop) -- cgit v1.2.3