mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00
Updated iOS tests and demos for latest SDL linking requirements
This commit is contained in:
parent
e87fbb1aa7
commit
1bd4b7fdf1
38 changed files with 8145 additions and 1 deletions
10
Xcode-iOS/Demos/src/common.h
Normal file
10
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);
|
Loading…
Add table
Add a link
Reference in a new issue