summary refs log tree commit diff stats
path: root/src/systems/playing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/playing.h')
-rw-r--r--src/systems/playing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systems/playing.h b/src/systems/playing.h index 9ba403b..31f79ab 100644 --- a/src/systems/playing.h +++ b/src/systems/playing.h
@@ -2,6 +2,7 @@
2#define PLAYING_H_70A54F7D 2#define PLAYING_H_70A54F7D
3 3
4#include "system.h" 4#include "system.h"
5#include "vector.h"
5 6
6class PlayingSystem : public System { 7class PlayingSystem : public System {
7public: 8public:
@@ -15,8 +16,7 @@ public:
15 void changeMap( 16 void changeMap(
16 id_type player, 17 id_type player,
17 size_t mapId, 18 size_t mapId,
18 double x, 19 vec2d warpPos);
19 double y);
20 20
21 void die(id_type player); 21 void die(id_type player);
22 22