IWeaponRender decomp (can't link yet)

This commit is contained in:
2022-07-25 21:36:32 -07:00
parent c6c12fa88b
commit 0e20e67870
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__