Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui: make initialization functions more consistent | Danny Holman | 2024-10-25 | 1 | -1/+1 |
| | | | | | | | Make the initialization functions more consistent with the rest of the engine. Init functions should have the format `rune_init_<object>`. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | ui: add new subsystemv0.61 | Danny Holman | 2024-09-17 | 1 | -0/+33 |
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org> |