![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include "RigDef_Parser.h"#include "Actor.h"#include "Application.h"#include "DashBoardManager.h"#include "SimConstants.h"#include "CacheSystem.h"#include "Console.h"#include "RigDef_File.h"#include "RigDef_Regexes.h"#include "Utils.h"#include <OgreException.h>#include <OgreString.h>#include <OgreStringVector.h>#include <OgreStringConverter.h>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | RigDef |
Functions | |
| bool | RigDef::IsWhitespace (char c) |
| bool | RigDef::IsSeparator (char c) |
| bool | RigDef::StrEqualsNocase (std::string const &s1, std::string const &s2) |
Definition in file RigDef_Parser.cpp.