aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-20 08:47:34 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-20 08:47:34 -0500
commit0a30bd1b2e2f02b6f34225d8976f645c99b53b7e (patch)
tree16a47672bf5f5bc65efb245b2e9d84a08c1ce2a6 /include/world.h
parent20b29fccb6da62d5a07a02477fabac3a80d350dd (diff)
Started inv ui, new item system
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h
index ac41dd6..3d5fdad 100644
--- a/include/world.h
+++ b/include/world.h
@@ -85,6 +85,8 @@ public:
void addMob(int t,float x,float y);
void addNPC(float x,float y);
void addObject(int, float, float);
+ void addObject(int, bool, char*, float, float);
+
//void removeObjet(Object);