feat(glfw): allow to switch backend

This commit is contained in:
2026-08-21 23:17:21 +02:00
parent 519a9b88f4
commit 192cf571b1
6 changed files with 58 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ifndef WINDOW_H
#define WINDOW_H
void window_startup(void (*error_callback)(int, const char *));
void window_startup(void (*error_callback)(int, const char *), const unsigned int backend);
void window_terminate();