view XCodeiPhoneOS/Demos/src/common.h @ 2818:4e09acde4333

Added a newline, to verify that revision control is functioning.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 01 Dec 2008 09:09:31 +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);