|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "WoWDatabase.h"#include "DB2Table.h"#include "Game.h"#include "Logger.h"#include "DB2Reader.h"#include "DBDFile.h"#include <sstream>#include <cstdio>Go to the source code of this file.
Variables | |
| const std::vector< std::string > | POSSIBLE_DB_EXT = {".db2", ".dbc"} |
| const std::vector<std::string> POSSIBLE_DB_EXT = {".db2", ".dbc"} |
Definition at line 11 of file WoWDatabase.cpp.