mirror of
https://github.com/zeldaret/mm.git
synced 2025-02-18 12:39:39 +00:00
![Anghelo Carvajal](/assets/img/avatar_default.png)
* low hanging fruits on variables.h * z_actor functions * Move RomFile to z64object.h * Revert "z_actor functions" This reverts commit aa99967d165070d651901e459368c4f5418ef0ab. * yeet * z64actor_dlftbls.h * Move object segment declarations to object_table.c * Move Camera functions * z64nmi_buff.h * fix merge * su_mtx.h, sys_cmpdma.h and sys_initial_check.h * sys_ucode.h * sys_flashrom.h * Remove unnecessary includes * z64kanfont.h * flg_set.h * z64DLF.h * z64lifemeter.h * z64path.h * format * ObjectOverlay * bss * Yeet ObjectOverlay * review * review * format * bss * z64font.h
10 lines
203 B
C
10 lines
203 B
C
#ifndef Z64DLF_H
|
|
#define Z64DLF_H
|
|
|
|
struct GameStateOverlay;
|
|
|
|
void Overlay_LoadGameState(struct GameStateOverlay* overlayEntry);
|
|
void Overlay_FreeGameState(struct GameStateOverlay* overlayEntry);
|
|
|
|
#endif
|