Mercurial > sdl-ios-xcode
comparison Xcode-iPhoneOS/Demos/src/common.h @ 3277:20326ba2bda2
This name inconsistency has been bugging me for a while...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:32:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3276:720d176be107 | 3277:20326ba2bda2 |
---|---|
1 /* | |
2 * common.h | |
3 * written by Holmes Futrell | |
4 * use however you want | |
5 */ | |
6 | |
7 #define SCREEN_WIDTH 320 | |
8 #define SCREEN_HEIGHT 480 | |
9 | |
10 extern int randomInt(int min, int max); | |
11 extern float randomFloat(float min, float max); | |
12 extern void fatalError(const char *string); |