Mercurial > sdl-ios-xcode
view XCodeiPhoneOS/Demos/src/common.h @ 3123:60301ed80050
Set audio device handle to NULL in case of open was not successful.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Thu, 14 May 2009 11:50:05 +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);