From 7394b069537ed7a490a343381d62862eb22abdcf Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 26 Feb 2017 11:14:31 -0600 Subject: -REMOVED ENTITY, RESOURCE, AND CREATURE ! -replaced them all with one class, organism (always subject to change) -the dna type now is what differs creatures and resources -removed dead constants -may be a rogue segfault -also weird artifacts start showing if running long --- src/entity.cpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/entity.cpp (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp deleted file mode 100644 index ab94d23..0000000 --- a/src/entity.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "entity.hpp" - -void Entity::Place() -{ - gfxData.x = rect.x; - gfxData.y = rect.y; -} -- cgit v1.2.3