shithub: cstory

ref: e218b68df7d26a9394f27252ff34c1d96c38e35f
dir: /external/SDL2/Xcode-iOS/Demos/src/common.h/

View raw version
/*
 *  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);