Added some basic code to RoomManager

This commit is contained in:
Kayne Ruse
2014-06-14 00:44:13 +10:00
parent a11867126c
commit e57b047343
5 changed files with 52 additions and 30 deletions
+5 -5
View File
@@ -27,11 +27,11 @@
struct RoomData {
enum class RoomType {
OVERWORLD,
RUINS,
TOWERS,
FORESTS,
CAVES,
OVERWORLD = 0,
RUINS = 1,
TOWERS = 2,
FORESTS = 3,
CAVE = 4,
};
//members