rename "renderer" to "render"

This commit is contained in:
2025-06-24 10:21:19 +02:00
parent 7c20704990
commit 3b306288e9
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include "renderer.h"
#include "render.h"
#include <SDL_error.h>
#include <SDL_pixels.h>

View File

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