25 lines
334 B
C++
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"
|
|
|