Created a separate API for the RoomManager class

This commit is contained in:
Kayne Ruse
2014-06-21 07:19:51 +10:00
parent 82c776df83
commit 8afd0e7c8a
5 changed files with 83 additions and 15 deletions
+4 -3
View File
@@ -22,15 +22,16 @@
#ifndef ROOMDATA_HPP_
#define ROOMDATA_HPP_
#include "map_type.hpp"
//map system
#include "map_type.hpp"
#include "region_pager_lua.hpp"
#include "base_generator.hpp"
struct RoomData {
//members
RegionPagerLua pager;
MapType type;
RegionPagerLua pager;
BaseGenerator* generator = nullptr;
//TODO: collision map
//TODO: NPCs?