diff src/libmlk-rpg/rpg/battle-bar.h @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 3f13dc6c0e37
children
line wrap: on
line diff
--- a/src/libmlk-rpg/rpg/battle-bar.h	Sat Oct 15 17:18:45 2022 +0200
+++ b/src/libmlk-rpg/rpg/battle-bar.h	Sat Oct 15 20:23:14 2022 +0200
@@ -19,7 +19,7 @@
 #ifndef MLK_RPG_BATTLE_BAR_H
 #define MLK_RPG_BATTLE_BAR_H
 
-#include <core/core.h>
+#include <mlk/core/core.h>
 
 struct battle;
 struct selection;