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 d560068 commit 6bb419eCopy full SHA for 6bb419e
src/xrEngine/IObjectPhysicsCollision.h
@@ -2,11 +2,9 @@
2
3
class IPhysicsShell;
4
class IPhysicsElement;
5
-#if defined(WINDOWS)
6
xr_pure_interface IObjectPhysicsCollision
7
{
8
public:
9
virtual const IPhysicsShell* physics_shell() const = 0;
10
virtual const IPhysicsElement* physics_character() const = 0; // depricated
11
};
12
-#endif
src/xrEngine/IPHdebug.h
@@ -2,7 +2,6 @@
#include "xrCore/_types.h"
xr_pure_interface IPhDebugRender
virtual void open_cashed_draw() = 0;
@@ -11,4 +10,3 @@ xr_pure_interface IPhDebugRender
13
extern ENGINE_API IPhDebugRender* ph_debug_render;
14
0 commit comments