mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 12:59:44 +00:00
10 lines
137 B
C
10 lines
137 B
C
|
#ifndef VICONFIG_H
|
||
|
#define VICONFIG_H
|
||
|
|
||
|
#include "ultra64.h"
|
||
|
|
||
|
void ViConfig_UpdateVi(u32 black);
|
||
|
void ViConfig_UpdateBlack(void);
|
||
|
|
||
|
#endif
|