[Bots] Fix Linux build
This commit is contained in:
parent
25a40d4b4e
commit
7fb0d3631e
@ -39,6 +39,7 @@ include_directories(
|
||||
"${CMAKE_SOURCE_DIR}/dep/recastnavigation/"
|
||||
"${CMAKE_SOURCE_DIR}/dep/include"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/Config"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/Common"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/Database"
|
||||
"${CMAKE_SOURCE_DIR}/src/shared/DataStores"
|
||||
|
@ -129,6 +129,7 @@ include_directories(
|
||||
${CMAKE_SOURCE_DIR}/src/game/vmap
|
||||
${CMAKE_SOURCE_DIR}/src/game/WorldHandlers
|
||||
${CMAKE_SOURCE_DIR}/src/shared
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Config
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Common
|
||||
${CMAKE_SOURCE_DIR}/src/shared/Database
|
||||
${CMAKE_SOURCE_DIR}/src/shared/DataStores
|
||||
@ -181,4 +182,4 @@ endif()
|
||||
# Generate PCH
|
||||
if(PCH)
|
||||
ADD_CXX_PCH(Bots ${bots_PCH})
|
||||
endif()
|
||||
endif()
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include "ItemBag.h"
|
||||
#include "AhBot.h"
|
||||
#include "World.h"
|
||||
#include "config/Config.h"
|
||||
#include "Config.h"
|
||||
#include "Chat.h"
|
||||
#include "AhBotConfig.h"
|
||||
#include "AuctionHouseMgr.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "config/Config.h"
|
||||
#include "Config.h"
|
||||
#include "PricingStrategy.h"
|
||||
#include "ItemPrototype.h"
|
||||
#include "SharedDefines.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "config/Config.h"
|
||||
#include "Config.h"
|
||||
#include "ItemPrototype.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "config/Config.h"
|
||||
#include "Config.h"
|
||||
|
||||
class Player;
|
||||
class PlayerbotMgr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user