修改.h搜索路径
This commit is contained in:
parent
f0907e8457
commit
7a659f3cb5
@ -1,4 +1,4 @@
|
|||||||
#include "dynmodule.h"
|
#include "framework/cpp/dynmodule.h"
|
||||||
|
|
||||||
DynModule::DynModule()
|
DynModule::DynModule()
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
|
@ -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>
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user