mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Add library SDL2
This commit is contained in:
parent
33a0579735
commit
674133ac86
767 changed files with 295058 additions and 10 deletions
12
Engine/lib/sdl/Xcode-iOS/Demos/src/common.h
Normal file
12
Engine/lib/sdl/Xcode-iOS/Demos/src/common.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* common.h
|
||||
* written by Holmes Futrell
|
||||
* use however you want
|
||||
*/
|
||||
|
||||
#define SCREEN_WIDTH 320
|
||||
#define SCREEN_HEIGHT 480
|
||||
|
||||
extern int randomInt(int min, int max);
|
||||
extern float randomFloat(float min, float max);
|
||||
extern void fatalError(const char *string);
|
||||
Loading…
Add table
Add a link
Reference in a new issue