EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DungeonEditor.h
Go to the documentation of this file.
1 
12 #ifndef _EVEMU_DUNGEON_EDITOR_H
13 #define _EVEMU_DUNGEON_EDITOR_H
14 
15 #include "../system/cosmicMgrs/DungeonMgr.h"
16 
17 
19 public:
20  DungeonEditor() { /* do nothing here */ }
21  ~DungeonEditor() { /* do nothing here */ }
22 
23 
24 
25 protected:
26 
27 private:
28 
29 };
30 
31 
32 
33 
34 
35 
36 
37 #endif // _EVEMU_DUNGEON_EDITOR_H