Skip to content

Commit 6bb419e

Browse files
committed
xrEngine: return xr_pure_interface members in linux build
1 parent d560068 commit 6bb419e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/xrEngine/IObjectPhysicsCollision.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
class IPhysicsShell;
44
class IPhysicsElement;
5-
#if defined(WINDOWS)
65
xr_pure_interface IObjectPhysicsCollision
76
{
87
public:
98
virtual const IPhysicsShell* physics_shell() const = 0;
109
virtual const IPhysicsElement* physics_character() const = 0; // depricated
1110
};
12-
#endif

src/xrEngine/IPHdebug.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "xrCore/_types.h"
44

5-
#if defined(WINDOWS)
65
xr_pure_interface IPhDebugRender
76
{
87
virtual void open_cashed_draw() = 0;
@@ -11,4 +10,3 @@ xr_pure_interface IPhDebugRender
1110
};
1211

1312
extern ENGINE_API IPhDebugRender* ph_debug_render;
14-
#endif

0 commit comments

Comments
 (0)