UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
language.h
Go to the documentation of this file.
1 #ifndef UGDK_UTIL_LANGUAGE_H_
2 #define UGDK_UTIL_LANGUAGE_H_
3 
4 #include <string>
5 #include <ugdk/util.h>
6 
7 namespace ugdk {
8 
9 class Language {
10  public:
11  Language() {}
12  ~Language() {}
13 
14  bool Load(const std::string& language_file);
15 };
16 
17 } // namespace ugdk
18 
19 #endif /* UGDK_UTIL_LANGUAGE_H_ */