diff options
Diffstat (limited to '3rdparty/SDL2/Xcode-iOS/Demos/src/common.h')
-rw-r--r-- | 3rdparty/SDL2/Xcode-iOS/Demos/src/common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/3rdparty/SDL2/Xcode-iOS/Demos/src/common.h b/3rdparty/SDL2/Xcode-iOS/Demos/src/common.h deleted file mode 100644 index 96b2c964a0f..00000000000 --- a/3rdparty/SDL2/Xcode-iOS/Demos/src/common.h +++ /dev/null @@ -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(); |