mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
9 lines
124 B
C
9 lines
124 B
C
#ifndef SYS_VIMGR_H
|
|
#define SYS_VIMGR_H
|
|
|
|
#include "types.h"
|
|
#include "dolphin/vi.h"
|
|
|
|
extern void viBlack(int black);
|
|
|
|
#endif |