mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 08:55:17 +00:00
cleanup warnings (#907)
* cleanup warnings * remove camera header from some places * Remove extra new line
This commit is contained in:
parent
8e19b91e80
commit
0042acb539
9 changed files with 69 additions and 101 deletions
|
@ -1462,9 +1462,9 @@ void ShrinkWindow_Update(s32 updateRate);
|
|||
// ? DbCamera_PrintU16Bytes(?);
|
||||
// ? DbCamera_PrintS16Bytes(?);
|
||||
// ? DbCamera_PrintCutBytes(?);
|
||||
// ? DbCamera_Init(?);
|
||||
void DbCamera_Init(DbCamera* dbCamera, Camera* cameraPtr);
|
||||
// ? DbgCamera_Enable(?);
|
||||
// ? DbCamera_Update(?);
|
||||
void DbCamera_Update(DbCamera* dbCamera, Camera* cam);
|
||||
// ? DbCamera_GetFirstAvailableLetter(?);
|
||||
// ? DbCamera_InitCut(?);
|
||||
// ? DbCamera_ResetCut(?);
|
||||
|
@ -1473,7 +1473,7 @@ void ShrinkWindow_Update(s32 updateRate);
|
|||
// ? DbCamera_DrawSlotLetters(?);
|
||||
// ? DbCamera_PrintAllCuts(?);
|
||||
// ? func_800B91B0(?);
|
||||
// ? DbCamera_Reset(?);
|
||||
void DbCamera_Reset(Camera* cam, DbCamera* dbCam);
|
||||
// ? DbCamera_UpdateDemoControl(?);
|
||||
// ? func_800BB0A0(?);
|
||||
s32 func_800BB2B4(Vec3f* pos, f32* roll, f32* fov, CutsceneCameraPoint* point, s16* keyframe, f32* curFrame);
|
||||
|
@ -2177,6 +2177,7 @@ void func_800F5E90(u8);
|
|||
void func_800F6114(f32);
|
||||
void func_800F6268(f32, u16);
|
||||
void func_800F64E0(u8 arg0);
|
||||
void func_800F6584(u8 arg0);
|
||||
void func_800F66C0(s8 echo);
|
||||
void func_800F66DC(s8);
|
||||
void func_800F6700(s8 outputMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue