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
11 lines
164 B
C
11 lines
164 B
C
#ifndef YAZ0_H
|
|
#define YAZ0_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void Yaz0_Decompress(uintptr_t romStart, void* dst, size_t size);
|
|
|
|
extern void* gYaz0DecompressDstEnd;
|
|
|
|
#endif
|