Mercurial > sdl-ios-xcode
comparison XCodeiPhoneOS/Demos/src/common.h @ 2765:f55c87ae336b
Final merge of Google Summer of Code 2008 work...
Bring SDL to iPhone and iPod Touch
by Holmes Futrell, mentored by Sam Lantinga
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 04 Oct 2008 06:46:59 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2764:4868c0df2e83 | 2765:f55c87ae336b |
---|---|
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); |