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 --- includes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index a36c456..cd5c1e9 100644 --- a/includes.h +++ b/includes.h @@ -1,7 +1,10 @@ #include +#include #include #include #include +#include +#include #include "state.h" #include "mazeoflife.h" #include "resources.h" @@ -9,3 +12,7 @@ #include "htpstate.h" #include "chlstate.h" #include "gamestate.h" +#include "highscore.h" +#include "hslist.h" +#include "hslocal.h" +#include "hsnew.h" -- cgit 1.4.1