summaryrefslogtreecommitdiff
path: root/inc/list.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-26 11:24:11 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:42 -0600
commit97da09996e9c2aaa6f524879a15fbab4b1d01dec (patch)
tree949f69801db02257f781303d333d836fd9462d0b /inc/list.hpp
parent7394b069537ed7a490a343381d62862eb22abdcf (diff)
minor reordering
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);