mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-04 10:26:19 -04:00
8 lines
77 B
C
8 lines
77 B
C
#ifndef VI_H
|
|
#define VI_H
|
|
|
|
#include "types.h"
|
|
|
|
void VISetBlack(BOOL);
|
|
|
|
#endif |