We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fd818 commit 4725858Copy full SHA for 4725858
3 files changed
src/xrGame/level_script.cpp
@@ -10,6 +10,7 @@
10
#include "Level.h"
11
#include "Actor.h"
12
#include "script_game_object.h"
13
+#include "script_game_object_impl.h"
14
#include "xrAICore/Navigation/PatrolPath/patrol_path_storage.h"
15
#include "xrServer.h"
16
#include "client_spawn_manager.h"
src/xrGame/raypick.h
@@ -1,6 +1,7 @@
1
#pragma once
2
3
4
5
#include "xrCDB/xr_collide_defs.h"
6
7
struct script_rq_result
src/xrGame/script_game_object_script3.cpp
@@ -8,6 +8,7 @@
8
9
#include "pch_script.h"
#include "alife_space.h"
#include "script_entity_space.h"
#include "movement_manager_space.h"
0 commit comments