game2005/server/gameserver/precompile.h
2020-10-28 11:50:16 +08:00

25 lines
334 B
C++

#pragma once
#define GAMESERVER_SRC 1
#define PERFT 1
#include <a8/a8.h>
#include <a8/udplog.h>
#include <a8/vec2.h>
#include "constant.h"
#include "types.h"
#include "global.h"
namespace google
{
namespace protobuf
{
class Message;
}
}
#include "framework/cpp/types.h"
#include "framework/cpp/protoutils.h"