summaryrefslogtreecommitdiff
path: root/inc/list.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-03-05 13:13:44 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:42 -0600
commit8f5a73f1daba39c8b0175036cf688f8ce1399a8f (patch)
tree1bd365c1eb41d1b6f19ccac747919b2b762b72c0 /inc/list.hpp
parentdfda3f2a5e555d3173359134f4994bcd12d129f8 (diff)
-added carnivores
-removed creature type constant and replaced it with herbavore/carnivore type -replaced resource type with plant type -added eatType to dna (whatever the organism goes for hunger)
Diffstat (limited to 'inc/list.hpp')
-rw-r--r--inc/list.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/list.hpp b/inc/list.hpp
index b5da34c..f43ba07 100644
--- a/inc/list.hpp
+++ b/inc/list.hpp
@@ -12,6 +12,7 @@ class List
{
public:
List();
+
void Behavior();
void Place();
void Remove();