#ifndef OPENMW_PACKETPLAYERINPUT_HPP #define OPENMW_PACKETPLAYERINPUT_HPP #include namespace mwmp { class PacketPlayerInput : public PlayerPacket { public: PacketPlayerInput(RakNet::RakPeerInterface *peer); virtual void Packet(RakNet::BitStream *bs, bool send); }; } #endif //OPENMW_PACKETPLAYERINPUT_HPP