rename window io

This commit is contained in:
2025-06-24 09:58:52 +02:00
parent bf62a60710
commit 7c20704990
12 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
#include "error.h"
#include "game/game.h"
#include "game/paths.h"
#include "window/renderer.h"
#include "io/renderer.h"
// initialized in init(), reading beforehand is undefined behaviour
static gamedata gdat;