diff options
Diffstat (limited to 'src/resources/db/unitsdb.h')
-rw-r--r-- | src/resources/db/unitsdb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/db/unitsdb.h b/src/resources/db/unitsdb.h index 68cafe554..0681567c0 100644 --- a/src/resources/db/unitsdb.h +++ b/src/resources/db/unitsdb.h @@ -34,7 +34,9 @@ namespace UnitsDb /** * Loads and parses the units.xml file (if found). */ - void loadUnits(); + void load(); + + void unload(); void loadXmlFile(const std::string &fileName, const SkipError skipError); |