Skip to content

Commit f978f14

Browse files
author
nitrocaster
committed
Add XXX comments.
1 parent 4bac13b commit f978f14

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/xrEngine/ICollidable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ICollidable
1111
};
1212

1313
inline ICollidable::~ICollidable() {}
14-
14+
// XXX: merge into CObject
1515
class ENGINE_API CollidableBase : public ICollidable
1616
{
1717
public:

src/xrEngine/xr_object.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class CSE_Abstract;
2525

2626
class IPhysicsShell;
2727
xr_pure_interface IObjectPhysicsCollision;
28+
// XXX: merge into CGameObject
2829
#pragma pack(push,4)
2930
class ENGINE_API CObject :
3031
public FactoryObjectBase,

src/xrGame/UsableScriptObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "xrScriptEngine/script_space_forward.hpp"
44

55
class CGameObject;
6-
6+
// XXX: merge into CGameObject
77
class CUsableScriptObject
88
{
99
public:

src/xrGame/script_binder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class CSE_Abstract;
1212
class CScriptBinderObject;
1313
class NET_Packet;
14-
14+
// XXX: Merge into CGameObject
1515
class CScriptBinder {
1616
protected:
1717
CScriptBinderObject *m_object;

0 commit comments

Comments
 (0)