move windowing code into io/win

This commit is contained in:
2025-12-15 10:02:54 +01:00
parent 7df20e9aa1
commit 81b21ff7ce
9 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "io/window.h"
#include "io/win/window.h"
#include "util/error.h"
/* reroutes GLFW errors to our logging system. */