fix: remove dZoneManager from global include

This commit is contained in:
Xiphoseer
2024-01-03 21:31:50 +01:00
parent bfe39a919e
commit 0f1e226960
11 changed files with 14 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ include_directories(
"${PROJECT_SOURCE_DIR}/dGame/dMission" # via MissionComponent.h
"${PROJECT_SOURCE_DIR}/dGame/dBehaviors" # viaInventoryComponent.h
"${PROJECT_SOURCE_DIR}/dGame/dInventory" # via InventoryComponent.h
"${PROJECT_SOURCE_DIR}/dZoneManager"
)
link_libraries(dScriptsBase)
# dComponents