aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:51:07 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 12:51:07 -0500
commit2efd19fa9cd3d24538242cbea828830ac07c324f (patch)
tree624f5b79391a676aec9abc5e174d6238ccd54459 /include/world.h
parenta32339dc700759ab44a360953c9c24d009b11ecc (diff)
Makefile supports 32 and 64 bit
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h
index 6b14f7e..0d5c87e 100644
--- a/include/world.h
+++ b/include/world.h
@@ -80,7 +80,7 @@ public:
//template<class T>
//void getEntityLocation(std::vector<T*>&, unsigned int);
-
+
void addStructure(_TYPE t,float x,float y,World *outside,World *inside);
void addMob(int t,float x,float y);
void addNPC(float x,float y);