view XCodeiPhoneOS/Demos/src/common.h @ 3145:7828eed2f31a gsoc2009_ps3

Initialise 720p and 1080p display modes in VideoInit(). Added setting display mode.
author Martin Lowinski <martin@goldtopf.org>
date Sat, 13 Jun 2009 05:20:57 +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);