mm/include/viconfig.h
Derek Hensley 6412ddad50
General Cleanup (#1529)
* Cleanup

* vi define cleanup

* kdebugserver

* osmotor

* Remove sqrtf.c

* Move osFlash out of libultra

* PadUtils_Destroy

* BOOT_ADDRESS_ULTRA

* Fault

* Format

* viconfig.h

* More small cleanups

* gfx cleanup

* Format

* Forgot to save

* variables.h

* dListTable -> dListSides

* Fix header includes
2024-01-15 10:03:13 +11:00

10 lines
137 B
C

#ifndef VICONFIG_H
#define VICONFIG_H
#include "ultra64.h"
void ViConfig_UpdateVi(u32 black);
void ViConfig_UpdateBlack(void);
#endif