Mercurial > sdl-ios-xcode
view XCodeiPhoneOS/Demos/src/common.h @ 4406:ab53c78e0f3b gsoc2009_ps3
Closing obsolete gsoc2009_ps3 named branch
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 28 Feb 2010 00:21:26 -0500 |
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);