mirror of https://github.com/PrimeDecomp/prime.git
Add instruction for `zeus::CFrustum` (#6)
This commit is contained in:
parent
bbf3b658c2
commit
413b75e865
|
@ -45,6 +45,7 @@ Metaforce -> decomp
|
||||||
- `s32` -> `int`
|
- `s32` -> `int`
|
||||||
- `u32` -> `uint`
|
- `u32` -> `uint`
|
||||||
- `zeus::CTransform` -> `CTransform4f`
|
- `zeus::CTransform` -> `CTransform4f`
|
||||||
|
- `zeus::CFrustum` -> `CFrustumPlanes`
|
||||||
- Any other `zeus::` class has the prefixed removed, i.e. `zeus::CVector3f` -> `CVector3f`
|
- Any other `zeus::` class has the prefixed removed, i.e. `zeus::CVector3f` -> `CVector3f`
|
||||||
- `std::vector` -> `rstl::vector`
|
- `std::vector` -> `rstl::vector`
|
||||||
- `std::optional` -> `rstl::optional_object`
|
- `std::optional` -> `rstl::optional_object`
|
||||||
|
|
Loading…
Reference in New Issue