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

@@ -42,6 +42,8 @@
#ifndef __VIDEO_H__
#define __VIDEO_H__
#include "arch.h"
typedef struct vrect_s
{
int x, y, width, height;