|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include <filesystem>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | core |
| Common string utility functions (split, case-insensitive search, etc.). | |
| namespace | GameLoader |
Functions | |
| std::filesystem::path | GameLoader::getApplicationDirPath () |
| Return the directory containing the running executable. | |
| void | GameLoader::setLoadStatus (const std::string &s, AppState &app) |
| Thread-safe load-status setters / getters (lock app.loadStatusMutex). | |
| std::string | GameLoader::getLoadStatus (AppState &app) |
| void | GameLoader::loadWoWThreadFunc (core::GameConfig config, AppState &app) |
| void | GameLoader::launchLoadThread (const core::GameConfig &config, AppState &app) |
| Spawn the background loading thread for the given config. | |
| void | GameLoader::pollAsyncLoad (AppState &app) |
| void | GameLoader::beginLoadWoW (AppState &app) |