Add instruction for `zeus::CFrustum` (#6)

Former-commit-id: 413b75e865
This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-01 23:30:28 +03:00 committed by GitHub
parent f6cde6899c
commit a921961b96
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Metaforce -> decomp
- `s32` -> `int`
- `u32` -> `uint`
- `zeus::CTransform` -> `CTransform4f`
- `zeus::CFrustum` -> `CFrustumPlanes`
- Any other `zeus::` class has the prefixed removed, i.e. `zeus::CVector3f` -> `CVector3f`
- `std::vector` -> `rstl::vector`
- `std::optional` -> `rstl::optional_object`