Mercurial > sdl-ios-xcode
view XCodeiPhoneOS/Demos/src/common.h @ 3244:7c73d5b5a0d6
Removed references to CD-ROM support from the README files
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 09:12:03 +0000 |
parents | f55c87ae336b |
children |
line wrap: on
line source
/* * common.h * written by Holmes Futrell * use however you want */ #define SCREEN_WIDTH 320 #define SCREEN_HEIGHT 480 extern int randomInt(int min, int max); extern float randomFloat(float min, float max); extern void fatalError(const char *string);