diff options
author | majortom6 <tombarrett@siu.edu> | 2017-02-26 11:24:11 -0600 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-03-07 13:23:42 -0600 |
commit | 97da09996e9c2aaa6f524879a15fbab4b1d01dec (patch) | |
tree | 949f69801db02257f781303d333d836fd9462d0b /inc | |
parent | 7394b069537ed7a490a343381d62862eb22abdcf (diff) |
minor reordering
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); |