mm/include/yaz0.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

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