ksys/phys: Add ListShape

This commit is contained in:
Léo Lam
2022-02-12 12:06:43 +01:00
parent 4a1bb88bd5
commit bc66305e3d
15 changed files with 463 additions and 31 deletions
@@ -34,6 +34,9 @@ public:
HK_FORCE_INLINE int getCapacityAndFlags() const;
HK_FORCE_INLINE hkBool isEmpty() const;
HK_FORCE_INLINE T* data() { return m_data; }
HK_FORCE_INLINE const T* data() const { return m_data; }
HK_FORCE_INLINE T& operator[](int i);
HK_FORCE_INLINE const T& operator[](int i) const;