Zelda64Recomp/patches/ui_funcs.h

10 lines
182 B
C
Raw Normal View History

2025-02-20 02:34:53 -05:00
#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