mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-20 14:44:26 -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 |