mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07: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 |