diff options
Diffstat (limited to 'src/game/localization.hpp')
| -rw-r--r-- | src/game/localization.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/localization.hpp b/src/game/localization.hpp index 87b6e2f8..de6849d4 100644 --- a/src/game/localization.hpp +++ b/src/game/localization.hpp @@ -18,6 +18,8 @@ class LOCALIZATIONDATABASE public: LOCALIZATIONDATABASE(); + bool load(const char *filename); + int version() { return current_version; } void add_string(const char *org_str, const char *new_str); |