Skip to content

Commit

Permalink
xrGame: fixed 2 more undefined reference on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent 6c872a9 commit 1c77f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xrGame/stalker_animation_pair.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "StdAfx.h"
#include "stalker_animation_pair.h"
#include "stalker_animation_manager.h"
#include "stalker_animation_manager_impl.h"
#include "xrCore/Animation/Motion.hpp"
#include "ai_debug.h"
#include "ai/stalker/ai_stalker.h"
Expand Down
1 change: 1 addition & 0 deletions src/xrGame/stalker_search_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "StdAfx.h"
#include "stalker_search_planner.h"
#include "ai/stalker/ai_stalker.h"
#include "ai/stalker/ai_stalker_impl.h"
#include "stalker_decision_space.h"
#include "script_game_object.h"
#include "script_game_object_impl.h"
Expand Down

0 comments on commit 1c77f0b

Please sign in to comment.