axmol/tools/simulator/libsimulator/lib/PlayerServiceProtocol.h

18 lines
257 B
C
Raw Normal View History

2015-01-07 17:50:15 +08:00
#ifndef __PLAYER_SERVICE_PROTOCOL_H_
#define __PLAYER_SERVICE_PROTOCOL_H_
#include "PlayerMacros.h"
PLAYER_NS_BEGIN
class PlayerServiceProtocol
{
public:
virtual ~PlayerServiceProtocol() {};
};
PLAYER_NS_END
#endif // __PLAYER_SERVICE_PROTOCOL_H_