Source release of Wolfenstein 3D Classic Platinum for iOS, 2.1

This commit is contained in:
Travis Bradshaw
2012-01-31 17:08:50 -06:00
parent 16304944b4
commit d7fff51d7d
235 changed files with 64191 additions and 1418 deletions

View File

@@ -41,6 +41,7 @@
#define __WOLF_RENDERER_H__
extern void R_DrawBox( int x, int y, int w, int h, W32 color );
extern void R_DrawBoxFloat( float x, float y, float w, float h, W32 color );
extern void R_Draw_Door( int x, int y, float z1, float z2, _boolean vertical, _boolean backside, int tex, int amount );
extern void R_Draw_Wall( float x, float y, float z1, float z2, int type, int tex );