Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
30de669b32b4b31c67c36171524cd539167fa916
/
.
/
Xcode-iOS
/
Demos
/
src
/
common.h
blob: 60475086e4cded860c5a61b6d2aaf47d50912fcf [
file
]
/*
* 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
);