From 8f5a73f1daba39c8b0175036cf688f8ce1399a8f Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 5 Mar 2017 13:13:44 -0600 Subject: -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) --- inc/list.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/list.hpp') 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(); -- cgit v1.2.3