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