From a9281bfcf21861e621a3243ecb633a299c8d8e52 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 21 Jan 2017 08:58:12 -0600 Subject: -took basic math functions and put it into functions.hpp -spaced various lines -reorganized variables by datatype -implemented reproduction -reorganized pathing so once a target is set, the creature checks if that same target is near every cycle --- inc/timer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/timer.hpp') diff --git a/inc/timer.hpp b/inc/timer.hpp index c8f43ff..d4e46e8 100644 --- a/inc/timer.hpp +++ b/inc/timer.hpp @@ -11,7 +11,7 @@ class Timer void Stop(); void Pause(); void unPause(); - int getTicks(); + int getTicks(); bool isStarted(){return started;}; bool isPaused(){return paused;}; -- cgit v1.2.3