shithub: cstory

ref: cec5fdb231de1a6f87a00795e6e3c93fcf4f28ad
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);