Mercurial > sdl-ios-xcode
view XCodeiPhoneOS/Demos/src/common.h @ 3110:e6c21c14ce3a
Added OpenGL ES context creation for the each window which has been created (for --windows=N option).
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Tue, 28 Apr 2009 04:38:51 +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);