![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include "CacheSystem.h"
#include "Actor.h"
#include "AddonPartFileFormat.h"
#include "Application.h"
#include "SimData.h"
#include "ContentManager.h"
#include "ErrorUtils.h"
#include "GUI_LoadingWindow.h"
#include "GUI_GameMainMenu.h"
#include "GUIManager.h"
#include "GenericFileFormat.h"
#include "GfxActor.h"
#include "GfxScene.h"
#include "Language.h"
#include "PlatformUtils.h"
#include "RigDef_Parser.h"
#include "ScriptEngine.h"
#include "SkinFileFormat.h"
#include "Terrain.h"
#include "Terrn2FileFormat.h"
#include "TuneupFileFormat.h"
#include "Utils.h"
#include <OgreException.h>
#include <OgreFileSystem.h>
#include <OgreFileSystemLayer.h>
#include <rapidjson/document.h>
#include <rapidjson/istreamwrapper.h>
#include <rapidjson/ostreamwrapper.h>
#include <rapidjson/writer.h>
#include <fstream>
Go to the source code of this file.
Functions | |
Ogre::String | detectMiniType (String filename, String group) |
static bool | CheckAndReplacePathIgnoreCase (const CacheEntryPtr &entry, CVar *dir, const std::string &dir_label, std::string &out_rgname) |
|
static |
Definition at line 1446 of file CacheSystem.cpp.
Ogre::String detectMiniType | ( | String | filename, |
String | group | ||
) |
Definition at line 1052 of file CacheSystem.cpp.