From ffd335aca284c286030e2b26f1a02a0441748f46 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 27 Aug 2013 11:39:37 -0400 Subject: Started rewriting game from scratch with SDL2 Only the title screen is currently implemented --- mazeoflife.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mazeoflife.h') diff --git a/mazeoflife.h b/mazeoflife.h index 00a31cf..3cc6d6d 100644 --- a/mazeoflife.h +++ b/mazeoflife.h @@ -3,13 +3,5 @@ const int WIDTH = 30; const int HEIGHT = 30; -const int TICKDELAY = 5; - -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