mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-17 12:39:30 -04:00
match few of m_lib funcs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef VI_H
|
||||
#define VI_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void VISetBlack(BOOL);
|
||||
|
||||
#endif
|
||||
+2
-2
@@ -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
|
||||
@@ -0,0 +1,9 @@
|
||||
#ifndef SYS_VIMGR_H
|
||||
#define SYS_VIMGR_H
|
||||
|
||||
#include "types.h"
|
||||
#include "dolphin/vi.h"
|
||||
|
||||
void viBlack(BOOL);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user