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

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