mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 12:59:44 +00:00
6412ddad50
* 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
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
|