aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cc')
-rw-r--r--src/settings.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.cc b/src/settings.cc
index 96dc158..1ae3f07 100644
--- a/src/settings.cc
+++ b/src/settings.cc
@@ -40,4 +40,6 @@ namespace settings {
autoExpandEnvironmentVariables(ret);
return ret;
}
+
+ const std::vector<std::string> objectTypes {"weapons", "armor", "spells"};
}