RigsofRods
Soft-body Physics Simulation
|
Go to the source code of this file.
Data Structures | |
class | RoR::LanguageEngine |
Namespaces | |
RoR | |
Macros | |
#define | U(str) Ogre::UTFString(L##str) |
#define | _L(str) moFileLib::moFileReaderSingleton::GetInstance().Lookup(str).c_str() |
#define | _LC(ctx, str) moFileLib::moFileReaderSingleton::GetInstance().LookupWithContext(ctx,str).c_str() |
Definition in file Language.h.
#define _L | ( | str | ) | moFileLib::moFileReaderSingleton::GetInstance().Lookup(str).c_str() |
Definition at line 41 of file Language.h.
#define _LC | ( | ctx, | |
str | |||
) | moFileLib::moFileReaderSingleton::GetInstance().LookupWithContext(ctx,str).c_str() |
Definition at line 42 of file Language.h.
#define U | ( | str | ) | Ogre::UTFString(L##str) |
Definition at line 36 of file Language.h.