This commit is contained in:
2026-03-28 14:06:37 -04:00
parent 0d7558c23c
commit d6567aa1e0

View File

@@ -352,6 +352,9 @@ static void click_config_provider(Window *window) {
// set up the app on launch (don't put app logic in here);
static void init() {
// seed RNG
srand(time(NULL));
// create main Window element and assign to pointer
s_main_window = window_create();