Browse Source
adding infrastructure to register callbacks for settings
adding infrastructure to register callbacks for settings
Using the Register class, one can register callbacks to manipulate options or check options afterwards. These callbacks are stored in the Callbacks class (being a singleton) and should be called by the Settings class when appropriate. The Settings class does not call them yet.main
1 changed files with 86 additions and 1 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue