From aa5c31be6ec6a688e8d3a66c770ba99be8e060c9 Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 12 Feb 2017 05:59:12 -0600 Subject: -minor constant changes -implemented dna structure, which carries the creatures attributes suchas speed and reach -currently a child inherits 100% the same dna as the mother -removed sing namespace std --- inc/window.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'inc/window.hpp') diff --git a/inc/window.hpp b/inc/window.hpp index 1a1a5a7..b7ec500 100644 --- a/inc/window.hpp +++ b/inc/window.hpp @@ -6,13 +6,11 @@ #include "constants.hpp" -using namespace std; - class Window { public: Window(); - Window(string){}; + Window(std::string){}; void Destroy(); void Clear(); -- cgit v1.2.3