EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DungeonDB.h
Go to the documentation of this file.
1 
12 #ifndef _DUNGEON_DATABASE_H
13 #define _DUNGEON_DATABASE_H
14 
15 class DungeonDB {
16 public:
17  DungeonDB() { /* do nothing here */ }
18  ~DungeonDB() { /* do nothing here */ }
19 
20 
21 
22  static void GetDunTemplates(DBQueryResult& res);
23 
24 
25 protected:
26 
27 private:
28 
29 };
30 
31 
32 #endif // _DUNGEON_DATABASE_H
DungeonDB()
Definition: DungeonDB.h:17
~DungeonDB()
Definition: DungeonDB.h:18
static void GetDunTemplates(DBQueryResult &res)
Definition: DungeonDB.cpp:33