mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-06 00:22:39 +02:00
10 lines
182 B
C
10 lines
182 B
C
![]() |
#ifndef __UI_FUNCS_INTERNAL_H__
|
||
|
#define __UI_FUNCS_INTERNAL_H__
|
||
|
|
||
|
#include "patch_helpers.h"
|
||
|
#include "recompui_event_structs.h"
|
||
|
|
||
|
DECLARE_FUNC(void, recomp_run_ui_callbacks);
|
||
|
|
||
|
#endif
|