This commit is contained in:
2026-06-24 10:30:21 -07:00
parent 274a686c58
commit fbebea374b
13 changed files with 44 additions and 2 deletions

View File

@ -49,6 +49,8 @@ void kinc_window_show(int window_index) {}
void kinc_window_hide(int window_index) {}
void kinc_window_set_foreground(int window_index) {}
void kinc_window_set_title(int window_index, const char *title) {}
int kinc_window_create(kinc_window_options_t *win, kinc_framebuffer_options_t *frame) {