diff options
author | Tom Barrett <tombarrett@siu.edu> | 2017-03-26 06:46:12 -0500 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-03-26 06:46:12 -0500 |
commit | 14c36420a37678b75b30f3b4d1dec7eddb053eef (patch) | |
tree | ece60c7fa781d9a5001454d30dec38772b2dc9bf /inc/list.hpp | |
parent | 3b3df333974f337fcb506f37a06ea0e89c14b4b0 (diff) |
-plants do not reproduce yet, this is needed
Diffstat (limited to 'inc/list.hpp')
-rw-r--r-- | inc/list.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
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<Organism*> getNear(Organism o); - std::list<Organism> resources; - std::list<Organism> creatures; + std::list<Organism> organisms; Quadtree tree; - std::vector<Rectangle> drawQuadTree(); }; #endif |