From 97da09996e9c2aaa6f524879a15fbab4b1d01dec Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 26 Feb 2017 11:24:11 -0600 Subject: minor reordering --- inc/list.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/list.hpp') 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 getNear(Organism o); -- cgit v1.2.3