mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-07 07:31:41 +00:00
Update to SDL 2.30.5
This commit is contained in:
10
SDL2-2.30.5/Xcode-iOS/Demos/src/common.h
Normal file
10
SDL2-2.30.5/Xcode-iOS/Demos/src/common.h
Normal 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