Removed old iOS-only project and demos

This commit is contained in:
Sam Lantinga 2020-11-06 11:32:59 -08:00
parent 3a3aaac221
commit dc60b975f3
48 changed files with 0 additions and 12068 deletions

View file

@ -1,10 +0,0 @@
/*
* 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);