game2004/server/gameserver/framemaker.h
aozhiwei 3a7638a790 1
2020-02-11 11:38:28 +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);
};