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 --- highscore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'highscore.cpp') diff --git a/highscore.cpp b/highscore.cpp index 6811fa8..7133e1a 100644 --- a/highscore.cpp +++ b/highscore.cpp @@ -1,4 +1,4 @@ -#include "includes.h" +#include "highscore.h" Highscore::Highscore(char* name, int level) { -- cgit 1.4.1