Files
ac-decomp/src/system/sys_vimgr.c
T
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

6 lines
80 B
C

#include "sys_vimgr.h"
extern void viBlack(int black) {
VISetBlack(black);
}