WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
GameFolder.h File Reference
#include <functional>
#include <map>
#include <set>
#include <string>
#include "GameFile.h"
#include "Container.h"
Include dependency graph for GameFolder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  core::GameConfig
 Describes a detected game installation (locale, version, product). More...
 
class  core::GameFolder
 Abstract base for game data folder backends (CASC, loose files, etc.). More...
 

Namespaces

namespace  core
 Common string utility functions (split, case-insensitive search, etc.).
 

Typedefs

using core::ProgressCallback = std::function< void(int, int)>