summaryrefslogtreecommitdiff
path: root/inc/list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/list.hpp')
-rw-r--r--inc/list.hpp4
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);