1 #ifndef MISC_RESOURCEHELPERS_H
2 #define MISC_RESOURCEHELPERS_H
16 namespace ResourceHelpers
bool changeExtensionToDds(std::string &path)
Definition: resourcehelpers.cpp:32
std::string correctResourcePath(const std::string &topLevelDirectory, const std::string &resPath, const VFS::Manager *vfs)
Definition: resourcehelpers.cpp:43
std::string correctTexturePath(const std::string &resPath, const VFS::Manager *vfs)
Definition: resourcehelpers.cpp:91
std::string correctBookartPath(const std::string &resPath, const VFS::Manager *vfs)
Definition: resourcehelpers.cpp:103
The main class responsible for loading files from a virtual file system.
Definition: manager.hpp:20
std::string correctActorModelPath(const std::string &resPath, const VFS::Manager *vfs)
Use "xfoo.nif" instead of "foo.nif" if available.
Definition: resourcehelpers.cpp:127
std::string correctIconPath(const std::string &resPath, const VFS::Manager *vfs)
Definition: resourcehelpers.cpp:97