ref: b2eae2b262371db954fcc1e6d77486a94021b324
dir: /external/SDL2/Xcode-iOS/Demos/src/common.h/
/* * 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);