fix a few warnings, and matching class/struct in forward declaration

This commit is contained in:
Erwin Coumans
2014-08-22 18:15:17 -07:00
parent 2c19a27694
commit 8e64ee57c9
7 changed files with 12 additions and 12 deletions

View File

@@ -55,8 +55,8 @@ bool dump_timings = false;
int maxFrameCount = 102;
extern char OpenSansData[];
extern char* gPairBenchFileName;
extern float shadowMapWidth;
extern float shadowMapHeight;
extern int shadowMapWidth;
extern int shadowMapHeight;
extern bool gDebugLauncherCL;
extern bool gAllowCpuOpenCL;
extern bool gUseLargeBatches;