An error occurred while loading the file. Please try again.
-
Arnaud Albiez authoredb5a030b5
Forked from
TechDevPrintemps2022 / SokobanTechDev
70 commits ahead of the upstream repository.
common.h 245 B
/*
* 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);