Files
ac-decomp/include/sys_vimgr.h
T
2023-02-23 08:19:11 +00:00

9 lines
112 B
C

#ifndef SYS_VIMGR_H
#define SYS_VIMGR_H
#include "types.h"
#include "dolphin/vi.h"
void viBlack(BOOL);
#endif