Skip to content

Commit

Permalink
xrEngine: return xr_pure_interface members in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 12, 2018
1 parent d560068 commit 6bb419e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/xrEngine/IObjectPhysicsCollision.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

class IPhysicsShell;
class IPhysicsElement;
#if defined(WINDOWS)
xr_pure_interface IObjectPhysicsCollision
{
public:
virtual const IPhysicsShell* physics_shell() const = 0;
virtual const IPhysicsElement* physics_character() const = 0; // depricated
};
#endif
2 changes: 0 additions & 2 deletions src/xrEngine/IPHdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "xrCore/_types.h"

#if defined(WINDOWS)
xr_pure_interface IPhDebugRender
{
virtual void open_cashed_draw() = 0;
Expand All @@ -11,4 +10,3 @@ xr_pure_interface IPhDebugRender
};

extern ENGINE_API IPhDebugRender* ph_debug_render;
#endif

0 comments on commit 6bb419e

Please sign in to comment.