Rename CInputFilter -> CPlayerStuckTracker & CPlayer progress

This commit is contained in:
2024-09-30 22:04:55 -06:00
parent e1b3244174
commit b5223e6d9a
17 changed files with 360 additions and 47 deletions

View File

@@ -23,6 +23,8 @@ public:
FourCC GetPrimType() const;
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const;
const CAABox& GetBox() const { return x10_aabb; }
static void SetStaticTableIndex(uint idx);
static CCollisionPrimitive::Type GetType();