summary refs log tree commit diff stats
path: root/highscore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'highscore.cpp')
-rw-r--r--highscore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/highscore.cpp b/highscore.cpp index 6811fa8..7133e1a 100644 --- a/highscore.cpp +++ b/highscore.cpp
@@ -1,4 +1,4 @@
1#include "includes.h" 1#include "highscore.h"
2 2
3Highscore::Highscore(char* name, int level) 3Highscore::Highscore(char* name, int level)
4{ 4{