mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-06 11:47:47 -04:00
WIP mod menu, fix some warnings
This commit is contained in:
@@ -20,6 +20,7 @@ static RecompElementConfig custom_elements[] = {
|
||||
CUSTOM_ELEMENT("recomp-option-type-radio-tabs", recompui::ElementOptionTypeRadioTabs),
|
||||
CUSTOM_ELEMENT("recomp-option-type-range", recompui::ElementOptionTypeRange),
|
||||
CUSTOM_ELEMENT("recomp-mod-menu", recompui::ElementModMenu),
|
||||
CUSTOM_ELEMENT("recomp-mod-details-panel", recompui::ElementModDetailsPanel),
|
||||
};
|
||||
|
||||
void recompui::register_custom_elements() {
|
||||
|
||||
Reference in New Issue
Block a user