You've already forked PrimeRemasterStructs
mirror of
https://github.com/PrimeDecomp/PrimeRemasterStructs.git
synced 2026-03-31 14:23:23 -07:00
11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
#ifndef CAABOX_BT
|
|
#define CAABOX_BT
|
|
|
|
#include "CVector3f.bt"
|
|
|
|
typedef struct CAABox {
|
|
CVector3f min;
|
|
CVector3f max;
|
|
} CAABox;
|
|
|
|
#endif // CAABOX_BT |