Updated iOS tests and demos for latest SDL linking requirements

This commit is contained in:
Sam Lantinga 2020-11-06 13:03:07 -08:00
parent e87fbb1aa7
commit 1bd4b7fdf1
38 changed files with 8145 additions and 1 deletions

View 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);