|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "PresetManager.h"#include "AppState.h"#include "ModelLoader.h"#include <cstring>#include <filesystem>#include <string>#include "Logger.h"#include "IniFile.h"#include "WoWModel.h"#include "WoWItem.h"#include "CharDetails.h"Go to the source code of this file.
Namespaces | |
| namespace | PresetManager |
Functions | |
| void | PresetManager::save (const char *path, AppState &app) |
| void | PresetManager::load (const char *path, AppState &app) |
| Load a previously saved character preset from an INI file. | |