aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
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 1a96252..4c82b2c 100644
--- a/include/world.h
+++ b/include/world.h
@@ -102,7 +102,7 @@ public:
void addMob(int t,float x,float y);
void addMob(int t,float x,float y,void (*hey)());
void addNPC(float x,float y);
- void addObject(int, float, float);
+ void addObject(int, bool, char*, float, float);
void update(Player *p,unsigned int delta);