IWeaponRender decomp (can't link yet)

Former-commit-id: 0e20e67870
This commit is contained in:
2022-07-25 21:36:32 -07:00
parent 39a2c3c8cb
commit 509dc4d622
8 changed files with 128 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
#ifndef __CAABOX_HPP__
#define __CAABOX_HPP__
#include "Kyoto/Math/CVector3f.hpp"
class CAABox {
CVector3f min;
CVector3f max;
};
#endif // __CAABOX_HPP__