prime/include/Kyoto/Math/CAABox.hpp
Phillip Stephens 509dc4d622 IWeaponRender decomp (can't link yet)
Former-commit-id: 0e20e67870b4b83b9b68c4215fdbbab0ce9d2e32
2022-07-25 21:36:32 -07:00

12 lines
166 B
C++

#ifndef __CAABOX_HPP__
#define __CAABOX_HPP__
#include "Kyoto/Math/CVector3f.hpp"
class CAABox {
CVector3f min;
CVector3f max;
};
#endif // __CAABOX_HPP__