Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / src / player.h
index 2b04a310cfc835564a15a6a0834a9bb2546970b4..93197d374a5ecff3573e2c3d2d115024fcdae503 100644 (file)
@@ -335,6 +335,8 @@ public:
        RemotePlayer(IGameDef *gamedef): Player(gamedef), m_sao(0) {}
        virtual ~RemotePlayer() {}
 
+       void save(std::string savedir);
+
        PlayerSAO *getPlayerSAO()
        { return m_sao; }
        void setPlayerSAO(PlayerSAO *sao)