Merge branch 'master' into m_camera2

This commit is contained in:
Cuyler36
2023-09-14 22:28:58 -04:00
committed by GitHub
62 changed files with 3271 additions and 146 deletions
-1
View File
@@ -327,7 +327,6 @@ typedef struct camera_s {
xyz_t offset_center;
} Camera2;
extern s16 getCamera2AngleY(GAME_PLAY* play);
extern int Camera2_change_priority(GAME_PLAY* play, int priority);
extern xyz_t* Camera2_getEyePos_p();