mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 18:27:40 +00:00
Initial CCollidableSphere match work
This commit is contained in:
@@ -24,8 +24,9 @@ public:
|
||||
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const;
|
||||
|
||||
const CAABox& GetBox() const { return x10_aabb; }
|
||||
CAABox& Box() { return x10_aabb; }
|
||||
|
||||
static void SetStaticTableIndex(uint idx);
|
||||
static void SetStaticTableIndex(uint idx) { sTableIndex = idx; }
|
||||
static CCollisionPrimitive::Type GetType();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user