SDL
2.0
common.h
Go to the documentation of this file.
1
/*
2
* common.h
3
* written by Holmes Futrell
4
* use however you want
5
*/
6
7
extern
int
randomInt
(
int
min,
int
max);
8
extern
float
randomFloat
(
float
min,
float
max);
9
extern
void
fatalError
(
const
char
*
string
);
10
extern
double
updateDeltaTime
(
void
);
updateDeltaTime
double updateDeltaTime(void)
Definition:
common.c:42
fatalError
void fatalError(const char *string)
Definition:
common.c:32
randomFloat
float randomFloat(float min, float max)
Definition:
common.c:26
randomInt
int randomInt(int min, int max)
Definition:
common.c:16
Xcode-iOS
Demos
src
common.h
Generated by
1.8.13