1 #ifndef RECAST_SERVER_ICOMMANDSENDER_H
2 #define RECAST_SERVER_ICOMMANDSENDER_H
14 virtual bool isOP()
const = 0;
22 virtual void onMessage(
const std::string &msg) = 0;
26 #endif //RECAST_SERVER_ICOMMANDSENDER_H
Main class in Recast Server.
Definition: Server.hpp:37
virtual Box2DWorld * getWorld()=0
Definition: Box2DWorld.h:26
virtual Server * getServer()=0
virtual void onMessage(const std::string &msg)=0
virtual Player * getPlayer()=0
virtual bool isOP() const =0
Definition: ICommandSender.hpp:12
Player class. XP, Life points and other.
Definition: Player.hpp:19