mirror of
https://github.com/zeldaret/botw
synced 2026-07-03 04:03:02 -04:00
ksys/phys: Add easy RigidBodyRequestMgr functions
This commit is contained in:
@@ -29,6 +29,7 @@ public:
|
||||
|
||||
void freeBuffer() { mBuffer.freeBuffer(); }
|
||||
|
||||
int getSize() const { return mWriteIdx - mReadIdx; }
|
||||
int getCapacity() const { return mBuffer.size(); }
|
||||
|
||||
/// Pop an element from the front of the queue. Non-blocking.
|
||||
|
||||
Reference in New Issue
Block a user