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

Go to the source code of this file.

Classes

struct  ItemRecord
 A single equipment item record from the item database. More...
 
class  ItemDatabase
 In-memory item database loaded from the CSV item list. More...
 
struct  NPCRecord
 A single NPC record (creature display info). More...
 

Variables

ItemDatabase items
 
std::vector< NPCRecordnpcs
 

Variable Documentation

◆ items

ItemDatabase items
extern

Definition at line 7 of file database.cpp.

◆ npcs

std::vector<NPCRecord> npcs
extern

Definition at line 8 of file database.cpp.