diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-01 16:11:34 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-01 16:11:34 -0500 |
commit | 09a36afd0731b4565dc4628114e6cd76a42e8893 (patch) | |
tree | 764026074a42bbed1b7ed97e018550e039107b4d /database.h | |
parent | 473b327ceed3afb5e5683002b39fd9c1947cb25a (diff) | |
download | lunatic-09a36afd0731b4565dc4628114e6cd76a42e8893.tar.gz lunatic-09a36afd0731b4565dc4628114e6cd76a42e8893.tar.bz2 lunatic-09a36afd0731b4565dc4628114e6cd76a42e8893.zip |
Renamed "moon image" to color
Also moved color sprites to a resources directory.
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 { |