aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index 9cc1b31..d234768 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -6,6 +6,8 @@
#include <inventory.h>
#include <Texture.h>
+#include <sstream>
+
#define DEBUG
#define NPCp(n) ((NPC *)n)
@@ -175,7 +177,8 @@ public:
Player();
~Player();
- void interact();
+ void save(void);
+ void sspawn(float x,float y);
};
class NPC : public Entity{