Merge branch 'master' of http://git.kingsome.cn/server_common/framework
This commit is contained in:
commit
d2215a7422
@ -1,4 +1,4 @@
|
||||
#include "dynmodule.h"
|
||||
#include "framework/cpp/dynmodule.h"
|
||||
|
||||
DynModule::DynModule()
|
||||
{
|
||||
|
@ -3,8 +3,8 @@
|
||||
#include <google/protobuf/message.h>
|
||||
#include <google/protobuf/descriptor.h>
|
||||
|
||||
#include "protoutils.h"
|
||||
#include "netmsghandler.h"
|
||||
#include "framework/cpp/protoutils.h"
|
||||
#include "framework/cpp/netmsghandler.h"
|
||||
|
||||
NetMsgHandler* GetNetMsgHandler(NetMsgHandlerObject* handlers,
|
||||
unsigned short msgid)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <a8/a8.h>
|
||||
|
||||
#include "protoutils.h"
|
||||
#include "framework/cpp/protoutils.h"
|
||||
|
||||
#include <a8/tcpclient.h>
|
||||
#include <a8/tcplistener.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <a8/a8.h>
|
||||
|
||||
#include "tiledmap.h"
|
||||
#include "framework/cpp/tiledmap.h"
|
||||
|
||||
a8::XValue TiledObject::GetProperty(const std::string& prop_name)
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <google/protobuf/message.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "framework/cpp/utils.h"
|
||||
|
||||
|
||||
bool ReadCsvMetaFile(const std::string& filename,
|
||||
|
Loading…
x
Reference in New Issue
Block a user