diff examples/example/spell-fire.c @ 434:4e78f045e8c0

rpg: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:24:17 +0200
parents 862b15c3a3ae
children 25a56ca53ac2
line wrap: on
line diff
--- a/examples/example/spell-fire.c	Sat Oct 15 21:19:25 2022 +0200
+++ b/examples/example/spell-fire.c	Sat Oct 15 21:24:17 2022 +0200
@@ -25,11 +25,11 @@
 
 #include <mlk/ui/align.h>
 
-#include <rpg/battle-state-check.h>
-#include <rpg/battle-state-rendering.h>
-#include <rpg/battle.h>
-#include <rpg/character.h>
-#include <rpg/spell.h>
+#include <mlk/rpg/battle-state-check.h>
+#include <mlk/rpg/battle-state-rendering.h>
+#include <mlk/rpg/battle.h>
+#include <mlk/rpg/character.h>
+#include <mlk/rpg/spell.h>
 
 #include "registry.h"
 #include "spell-fire.h"