about summary refs log tree commit diff stats
path: root/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'database.h')
-rw-r--r--database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.h b/database.h index 560eeda..a616318 100644 --- a/database.h +++ b/database.h
@@ -9,7 +9,7 @@ struct achievement {
9 int achievementId; 9 int achievementId;
10 int gameId; 10 int gameId;
11 std::string title; 11 std::string title;
12 std::string moonImage; 12 std::string color;
13}; 13};
14 14
15class database { 15class database {