mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-27 17:07:00 -04:00
14 lines
310 B
C++
14 lines
310 B
C++
#ifndef __ZELDA_LAUNCHER_H__
|
|
#define __ZELDA_LAUNCHER_H__
|
|
|
|
#include "recompui/recompui.h"
|
|
|
|
namespace zelda64 {
|
|
void on_launcher_init(recompui::LauncherMenu *menu);
|
|
|
|
void launcher_animation_setup(recompui::LauncherMenu *menu);
|
|
void launcher_animation_update(recompui::LauncherMenu *menu);
|
|
}
|
|
|
|
#endif
|