RigsofRods
Soft-body Physics Simulation
Data Structures | Namespaces | Macros
Language.h File Reference
#include "Application.h"
#include <OgreUTFString.h>
#include <moFileReader.hpp>
+ Include dependency graph for Language.h:
+ This graph shows which files directly or indirectly include this file:

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()
 

Detailed Description

Author
Thomas Fischer (thomas{AT}thomasfischer{DOT}biz)
Date
12th of January 2009

Definition in file Language.h.

Macro Definition Documentation

◆ _L

#define _L (   str)    moFileLib::moFileReaderSingleton::GetInstance().Lookup(str).c_str()

Definition at line 41 of file Language.h.

◆ _LC

#define _LC (   ctx,
  str 
)    moFileLib::moFileReaderSingleton::GetInstance().LookupWithContext(ctx,str).c_str()

Definition at line 42 of file Language.h.

◆ U

#define U (   str)    Ogre::UTFString(L##str)

Definition at line 36 of file Language.h.