diff options
Diffstat (limited to 'database.h')
-rw-r--r-- | database.h | 2 |
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 | ||
15 | class database { | 15 | class database { |