![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
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() |
Definition in file Language.h.
| #define _L | ( | str | ) | moFileLib::moFileReaderSingleton::GetInstance().Lookup(str).c_str() |
Definition at line 37 of file Language.h.
| #define _LC | ( | ctx, | |
| str | |||
| ) | moFileLib::moFileReaderSingleton::GetInstance().LookupWithContext(ctx,str).c_str() |
Definition at line 38 of file Language.h.
1.8.17