game2005/server/gameserver/precompile.h
2021-04-14 14:07:34 +08:00

26 lines
363 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 "constant_export.h"
#include "types.h"
#include "global.h"
namespace google
{
namespace protobuf
{
class Message;
}
}
#include "framework/cpp/types.h"
#include "framework/cpp/protoutils.h"