game2002/server/gameserver/framemaker.h
2019-06-29 10:17:46 +08:00

13 lines
148 B
C++

#pragma once
#include "cs_proto.pb.h"
class Human;
class Room;
class FrameMaker
{
public:
cs::SMUpdate* MakeUpdateMsg(const Human* hum);
};