UGDK
0.4.1
Main Page
Namespaces
Classes
Files
File List
File Members
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_ */
src
ugdk
util
language.h
Generated on Sat Oct 13 2012 02:25:11 for UGDK by
1.8.2