init config opt system w/ 3 types and description support

This commit is contained in:
thecozies
2024-06-28 09:36:40 -05:00
committed by Mr-Wiseguy
parent 1bbdbfacd2
commit 4a5e110357
33 changed files with 1802 additions and 159 deletions
+2
View File
@@ -122,6 +122,8 @@ namespace recompui {
void message_box(const char* msg);
void set_render_hooks();
Rml::ElementPtr create_custom_element(Rml::Element* parent, std::string tag);
}
#endif