Implement & link ac_structure.c

This commit is contained in:
Cuyler36
2023-07-01 18:54:51 -04:00
parent a598c1689e
commit 7d9f3edf99
10 changed files with 562 additions and 12 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
#include "types.h"
#include "dolphin/vi.h"
void viBlack(BOOL);
extern void viBlack(int black);
#endif