summaryrefslogtreecommitdiff
path: root/Xcode-iOS/Demos/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode-iOS/Demos/src/common.h')
-rw-r--r--Xcode-iOS/Demos/src/common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Xcode-iOS/Demos/src/common.h b/Xcode-iOS/Demos/src/common.h
deleted file mode 100644
index 60475086e..000000000
--- a/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(void);