view XCodeiPhoneOS/Demos/src/common.h @ 3214:5625ba0a1e25

Applied patch from bug id=762 provided by Pierre Phaneuf this patch enables compilation of SDL_atomic stuff on the Mac.
author Bob Pendleton <bob@pendleton.com>
date Mon, 06 Jul 2009 21:56:38 +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);