diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-13 17:18:06 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-13 17:18:06 +0000 |
| commit | bc20e9c433c1c7bd2a9516a936d1d7ffee1e90f2 (patch) | |
| tree | 172eb47c01b26969ccda334006f83859f43abe90 /src/game/localization.hpp | |
| parent | 6d9ccee95dd99fecda3a6ba62c2768b4d39f69e5 (diff) | |
| download | zcatch-bc20e9c433c1c7bd2a9516a936d1d7ffee1e90f2.tar.gz zcatch-bc20e9c433c1c7bd2a9516a936d1d7ffee1e90f2.zip | |
localization update
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); |