about summary refs log tree commit diff stats
path: root/database.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-03-01 16:11:34 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-03-01 16:11:34 -0500
commit09a36afd0731b4565dc4628114e6cd76a42e8893 (patch)
tree764026074a42bbed1b7ed97e018550e039107b4d /database.h
parent473b327ceed3afb5e5683002b39fd9c1947cb25a (diff)
downloadlunatic-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.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 {