mirror of
https://github.com/zeldaret/af.git
synced 2026-09-27 05:55:46 -04:00
13 lines
196 B
C
13 lines
196 B
C
#ifndef VI_CONFIG_H
|
|
#define VI_CONFIG_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void ViConfig_UpdateVi(u32 black);
|
|
void ViConfig_UpdateBlack(void);
|
|
|
|
extern u8 gViConfigBlackNext;
|
|
extern u8 gViConfigBlack;
|
|
|
|
#endif
|