Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 241 Bytes

common.h

File metadata and controls

10 lines (9 loc) · 241 Bytes
 
1
2
3
4
5
6
7
8
9
/*
* 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);
Sep 25, 2016
Sep 25, 2016
10
extern double updateDeltaTime();