Mercurial > sdl-ios-xcode
view Xcode-iPhoneOS/Demos/src/common.h @ 3307:6fb7f38d20b6
Changed to include SDL_atomic.c in the windows version of SDL 1.3
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Fri, 25 Sep 2009 19:20:25 +0000 |
parents | 20326ba2bda2 |
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);