view XCodeiPhoneOS/Demos/src/common.h @ 3043:9a20287aaed1

Unfortunately, adding the file means that every commit marks this file as modified, even with the svn:ignore property set. *sigh*
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jan 2009 15:03:44 +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);