From bc20e9c433c1c7bd2a9516a936d1d7ffee1e90f2 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 13 Jun 2009 17:18:06 +0000 Subject: localization update --- src/game/localization.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/localization.hpp') 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); -- cgit 1.4.1