UGDK
src/ugdk/util/language.h
Go to the documentation of this file.
00001 #ifndef UGDK_UTIL_LANGUAGE_H_
00002 #define UGDK_UTIL_LANGUAGE_H_
00003 
00004 #include <string>
00005 #include <ugdk/util.h>
00006 
00007 namespace ugdk {
00008 
00009 class Language {
00010   public:
00011     Language() {}
00012     ~Language() {}
00013 
00014     bool Load(const std::string& language_file);
00015 };
00016 
00017 }  // namespace ugdk
00018 
00019 #endif /* UGDK_UTIL_LANGUAGE_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines