about summary refs log tree commit diff
path: root/src/game/localization.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/localization.hpp')
-rw-r--r--src/game/localization.hpp2
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);