mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
Migrate to N64ModernRuntime (#354)
This commit is contained in:
+3
-1
@@ -14,7 +14,7 @@ namespace Rml {
|
||||
class Event;
|
||||
}
|
||||
|
||||
namespace recomp {
|
||||
namespace recompui {
|
||||
class UiEventListenerInstancer;
|
||||
|
||||
class MenuController {
|
||||
@@ -118,6 +118,8 @@ namespace recomp {
|
||||
bool get_cont_active(void);
|
||||
void set_cont_active(bool active);
|
||||
void activate_mouse();
|
||||
|
||||
void message_box(const char* msg);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user