mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
282ac6d404
* libido OK * boot cleanup * format * renames
13 lines
182 B
C
13 lines
182 B
C
#ifndef VI_CONFIG_H
|
|
#define VI_CONFIG_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void ViConfig_UpdateVi(u32 black);
|
|
void ViConfig_UpdateBlack(void);
|
|
|
|
u8 gViConfigBlackNext;
|
|
u8 gViConfigBlack;
|
|
|
|
#endif
|