From 14c36420a37678b75b30f3b4d1dec7eddb053eef Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 26 Mar 2017 06:46:12 -0500 Subject: -all organisms now in one list -plants do not reproduce yet, this is needed --- inc/list.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'inc/list.hpp') diff --git a/inc/list.hpp b/inc/list.hpp index f43ba07..e2b94e5 100644 --- a/inc/list.hpp +++ b/inc/list.hpp @@ -19,11 +19,9 @@ class List std::vector getNear(Organism o); - std::list resources; - std::list creatures; + std::list organisms; Quadtree tree; - std::vector drawQuadTree(); }; #endif -- cgit v1.2.3