mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 06:27:41 +00:00
Initial work on CActor.cpp
This commit is contained in:
@@ -4,8 +4,18 @@
|
||||
#include "Kyoto/Math/CVector3f.hpp"
|
||||
|
||||
class CAABox {
|
||||
CVector3f min;
|
||||
CVector3f max;
|
||||
public:
|
||||
CAABox() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
static CAABox mskInvertedBox;
|
||||
static CAABox mskNullBox;
|
||||
|
||||
private:
|
||||
CVector3f min;
|
||||
CVector3f max;
|
||||
};
|
||||
CHECK_SIZEOF(CAABox, 0x18)
|
||||
|
||||
#endif // __CAABOX_HPP__
|
||||
|
||||
Reference in New Issue
Block a user