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 --- resources.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources.h') diff --git a/resources.h b/resources.h index fc9229a..4743950 100644 --- a/resources.h +++ b/resources.h @@ -16,5 +16,9 @@ DEFRES(pointer_bmp) DEFRES(htp1_bmp) DEFRES(htp2_bmp) DEFRES(chl_bmp) +DEFRES(hlo_rtm_bmp) +DEFRES(hlo_paartm_bmp) +DEFRES(hlo_passartm_bmp) +DEFRES(mono_ttf) #endif -- cgit 1.4.1