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
+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