From c027f1b9cd6c9deb60931a7f9f75bb4ee130291b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 18 Oct 2009 15:24:07 -0400 Subject: Added local highscore list You can now view and add to a local highscore list. A change to State was necessary due to how the user's name would be entered into the highscore list and thus all states have been modified. Refs #104 --- mazeoflife.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mazeoflife.h') diff --git a/mazeoflife.h b/mazeoflife.h index 1f43214..411a87b 100644 --- a/mazeoflife.h +++ b/mazeoflife.h @@ -9,5 +9,7 @@ void wrap(int* x, int* y); Uint32 getColor(int r, int g, int b); void changeState(State* nState); Uint32 tick(Uint32 interval, void *param); +TTF_Font* loadFont(int size); +const char* getDataFile(); #endif -- cgit 1.4.1