mirror of
https://github.com/id-Software/Wolf3D-iOS.git
synced 2026-03-20 08:59:51 +01:00
Source release of Wolfenstein 3D Classic Platinum for iOS, 2.1
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user