From a5aa4b54e23d0793793384a6794cc543ea48ad34 Mon Sep 17 00:00:00 2001 From: neoraider Date: Mon, 14 May 2007 17:38:01 +0000 Subject: libzoom: XML level loader implemented. zoom: Converted old test level to XML. --- zoom/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zoom/types.h') diff --git a/zoom/types.h b/zoom/types.h index 0a60876..4c86190 100644 --- a/zoom/types.h +++ b/zoom/types.h @@ -32,6 +32,7 @@ typedef struct WALL { VECTOR normal; }; }; + VECTOR normals[3]; int texture; TEXCOORDS texcoords[3]; } WALL; -- cgit v1.2.3