summaryrefslogtreecommitdiff
path: root/inc/list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/list.hpp')
-rw-r--r--inc/list.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/list.hpp b/inc/list.hpp
index 6ae906d..240fa95 100644
--- a/inc/list.hpp
+++ b/inc/list.hpp
@@ -10,12 +10,13 @@ class List
public:
List(Window m);
void Behavior();
+ void Place();
private:
+ //Window main;
std::vector<Resource> R;
std::vector<Creature> C;
- Window main;
int ** L;
};
-#endif \ No newline at end of file
+#endif