aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h
index 4b3a891..98ca54a 100644
--- a/include/world.h
+++ b/include/world.h
@@ -173,6 +173,12 @@ public:
void addNPC(float x,float y);
void addObject(ITEM_ID, bool, const char *, float, float);
void addParticle(float, float, float, float, float, float, Color color, int);
+
+ NPC *getAvailableNPC(void);
+
+ /*
+ * Update coordinates of all entities.
+ */
void update(Player *p,unsigned int delta);