You've already forked PrimeRemasterStructs
mirror of
https://github.com/PrimeDecomp/PrimeRemasterStructs.git
synced 2026-03-31 14:23:23 -07:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
#ifndef CVECTOR3F_BT
|
|
#define CVECTOR3F_BT
|
|
|
|
typedef struct CVector3f {
|
|
float x;
|
|
float y;
|
|
float z;
|
|
} CVector3f;
|
|
|
|
#endif // CVECTOR3F_BT |