game2005/server/gameserver/framemaker.h
aozhiwei 4edd0168eb 1
2021-03-24 11:00:15 +08:00

13 lines
142 B
C++

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