summaryrefslogtreecommitdiff
path: root/include/viconfig.h
blob: 15ed957620443f067ca10f34d5026526ccb8c4b3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef VICONFIG_H
#define VICONFIG_H

#include "ultra64.h"

void ViConfig_UpdateVi(u32 black);
void ViConfig_UpdateBlack(void);

#endif