-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings system to save variables #14
Comments
std::map<string, std::any> |
I could just port over the one from YimMenu as it works just great. |
The main downside of using that one is that changing one single line requires a full recompile of the menu. It would be good to take a look at separating settings to their specific features. |
Wouldn't having saving structs have their own file instead of hosting all in the |
What about a dynamic container? It would definitely impact performance to some degree maybe noticeable maybe not but it would be very easy to save, load and edit. |
No description provided.
The text was updated successfully, but these errors were encountered: