修改.h搜索路径

This commit is contained in:
aozhiwei 2018-08-17 14:40:02 +08:00
parent f0907e8457
commit 7a659f3cb5
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#include "dynmodule.h" #include "framework/cpp/dynmodule.h"
DynModule::DynModule() DynModule::DynModule()
{ {

View File

@ -3,8 +3,8 @@
#include <google/protobuf/message.h> #include <google/protobuf/message.h>
#include <google/protobuf/descriptor.h> #include <google/protobuf/descriptor.h>
#include "protoutils.h" #include "framework/cpp/protoutils.h"
#include "netmsghandler.h" #include "framework/cpp/netmsghandler.h"
NetMsgHandler* GetNetMsgHandler(NetMsgHandlerObject* handlers, NetMsgHandler* GetNetMsgHandler(NetMsgHandlerObject* handlers,
unsigned short msgid) unsigned short msgid)

View File

@ -1,6 +1,6 @@
#include <a8/a8.h> #include <a8/a8.h>
#include "protoutils.h" #include "framework/cpp/protoutils.h"
#include <a8/tcpclient.h> #include <a8/tcpclient.h>
#include <a8/tcplistener.h> #include <a8/tcplistener.h>

View File

@ -1,6 +1,6 @@
#include <a8/a8.h> #include <a8/a8.h>
#include "tiledmap.h" #include "framework/cpp/tiledmap.h"
a8::XValue TiledObject::GetProperty(const std::string& prop_name) a8::XValue TiledObject::GetProperty(const std::string& prop_name)
{ {

View File

@ -5,7 +5,7 @@
#include <google/protobuf/message.h> #include <google/protobuf/message.h>
#include "utils.h" #include "framework/cpp/utils.h"
bool ReadCsvMetaFile(const std::string& filename, bool ReadCsvMetaFile(const std::string& filename,