diff src/libmlk-rpg/rpg/map.c @ 433:862b15c3a3ae

ui: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:19:25 +0200
parents 8f59201dc76b
children
line wrap: on
line diff
--- a/src/libmlk-rpg/rpg/map.c	Sat Oct 15 20:28:59 2022 +0200
+++ b/src/libmlk-rpg/rpg/map.c	Sat Oct 15 21:19:25 2022 +0200
@@ -31,7 +31,7 @@
 #include <mlk/core/texture.h>
 #include <mlk/core/window.h>
 
-#include <ui/debug.h>
+#include <mlk/ui/debug.h>
 
 #include "map.h"
 #include "tileset.h"