RigsofRods
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Data Structures | Namespaces | Macros
Language.h File Reference
#include "Application.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 _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 37 of file Language.h.

◆ _LC

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

Definition at line 38 of file Language.h.