init config opt system w/ 3 types and description support

This commit is contained in:
thecozies
2024-06-28 09:36:40 -05:00
parent 4767424aee
commit cb206c25d5
34 changed files with 1803 additions and 160 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