Mercurial > sdl-ios-xcode
view Xcode-iPhoneOS/Demos/src/common.h @ 3281:2d3a9f229ba1
I'm gussing that this was never compiled where TTF support was missing. As a result a call to SDL_GetError and a call to TTF_GetError were swapped.
I "fixed" it. That is it now compiles.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Sat, 19 Sep 2009 15:22:33 +0000 |
parents | 20326ba2bda2 |
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);