summaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-26 11:14:31 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:42 -0600
commit7394b069537ed7a490a343381d62862eb22abdcf (patch)
treec8bff4f88cf962ec4148a2e133bf959035feedb7 /src/entity.cpp
parente54170cfb8c0fb99ecdc3b1e57e832dec58ee76e (diff)
-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
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp7
1 files changed, 0 insertions, 7 deletions
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;
-}