pretty debug info and windowed mode

This commit is contained in:
2025-09-20 22:16:57 +02:00
parent 3b48880f58
commit 0e7c6435f5
7 changed files with 47 additions and 22 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ifndef WINDOW_H
#define WINDOW_H
Window *window_init(char *title, unsigned char monitor_index,
Window *window_init(char *title, unsigned char monitor_index, bool windowed,
void (*error_callback)(int, const char *),
void (*key_callback)(Window *, int, int, int, int));