match few of m_lib funcs

This commit is contained in:
Prakxo
2023-02-23 08:19:11 +00:00
parent 3aa0f82a49
commit a0e4071f2d
6 changed files with 65 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef VI_H
#define VI_H
#include "types.h"
void VISetBlack(BOOL);
#endif
+2 -2
View File
@@ -61,6 +61,6 @@ void _Game_play_isPause(u32 //IDK);
//Unsure
//?? check_percent_abs();
//?? get_percent_forAccelBrake();
//?? Game_play_Projection_Trans();
//?? get_percent();
void Game_play_Projection_Trans(game_play*, Vec3f*, Vec3f);
f32 get_percent(s32, s32, s32);
#endif
+9
View File
@@ -0,0 +1,9 @@
#ifndef SYS_VIMGR_H
#define SYS_VIMGR_H
#include "types.h"
#include "dolphin/vi.h"
void viBlack(BOOL);
#endif