early-access version 1611
This commit is contained in:
10
externals/SDL/Xcode-iOS/Demos/src/common.h
vendored
Executable file
10
externals/SDL/Xcode-iOS/Demos/src/common.h
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* common.h
|
||||
* written by Holmes Futrell
|
||||
* use however you want
|
||||
*/
|
||||
|
||||
extern int randomInt(int min, int max);
|
||||
extern float randomFloat(float min, float max);
|
||||
extern void fatalError(const char *string);
|
||||
extern double updateDeltaTime(void);
|
Reference in New Issue
Block a user