OpenMW
|
#include <string>
Go to the source code of this file.
Namespaces | |
VFS | |
Misc | |
Misc::ResourceHelpers | |
Functions | |
bool | Misc::ResourceHelpers::changeExtensionToDds (std::string &path) |
std::string | Misc::ResourceHelpers::correctResourcePath (const std::string &topLevelDirectory, const std::string &resPath, const VFS::Manager *vfs) |
std::string | Misc::ResourceHelpers::correctTexturePath (const std::string &resPath, const VFS::Manager *vfs) |
std::string | Misc::ResourceHelpers::correctIconPath (const std::string &resPath, const VFS::Manager *vfs) |
std::string | Misc::ResourceHelpers::correctBookartPath (const std::string &resPath, const VFS::Manager *vfs) |
std::string | Misc::ResourceHelpers::correctBookartPath (const std::string &resPath, int width, int height, const VFS::Manager *vfs) |
std::string | Misc::ResourceHelpers::correctActorModelPath (const std::string &resPath, const VFS::Manager *vfs) |
Use "xfoo.nif" instead of "foo.nif" if available. More... | |