WIP mod menu, fix some warnings

This commit is contained in:
Mr-Wiseguy
2024-12-04 18:45:41 -05:00
parent a05ac15dcd
commit 2c68c8bd29
22 changed files with 405 additions and 104 deletions
+1
View File
@@ -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() {