mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-22 01:56:18 +00:00
Removed old iOS-only project and demos
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user