move /src/error.? to /src/util/error.?

This commit is contained in:
2025-10-09 12:08:57 +02:00
parent aa58d931aa
commit cebe0df8a2
8 changed files with 10 additions and 10 deletions

View File

@@ -6,8 +6,8 @@
#include <assert.h>
#include <glad/gl.h>
#include "../error.h"
#include "../types.h"
#include "../util/error.h"
#include "input.h"
#include "render.h"