diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/list.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/list.hpp b/inc/list.hpp index 93a0537..5f1ba8e 100644 --- a/inc/list.hpp +++ b/inc/list.hpp @@ -12,8 +12,8 @@ class List { public: List(); - void Behavior(); - void Place(); + void Behavior(); + void Place(); void Remove(); std::vector<Organism*> getNear(Organism o); |