Mercurial > sdl-ios-xcode
view XCodeiPhoneOS/Demos/src/common.h @ 4411:6f025b97c55c gsoc2008_iphone
Closing obsolete gsoc2008_iphone named branch
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 28 Feb 2010 00:21:32 -0500 |
parents | d3952f445f4d |
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);