Skip to content

Commit

Permalink
xrGame: fix undefined reference to `CScriptGameObject::object() const'
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent a9fd818 commit 4725858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xrGame/level_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "Level.h"
#include "Actor.h"
#include "script_game_object.h"
#include "script_game_object_impl.h"
#include "xrAICore/Navigation/PatrolPath/patrol_path_storage.h"
#include "xrServer.h"
#include "client_spawn_manager.h"
Expand Down
1 change: 1 addition & 0 deletions src/xrGame/raypick.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "script_game_object.h"
#include "script_game_object_impl.h"
#include "xrCDB/xr_collide_defs.h"

struct script_rq_result
Expand Down
1 change: 1 addition & 0 deletions src/xrGame/script_game_object_script3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "pch_script.h"
#include "script_game_object.h"
#include "script_game_object_impl.h"
#include "alife_space.h"
#include "script_entity_space.h"
#include "movement_manager_space.h"
Expand Down

0 comments on commit 4725858

Please sign in to comment.