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

rpg: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:24:17 +0200
parents 862b15c3a3ae
children 773a082f0b91
line wrap: on
line diff
--- a/examples/example-message/example-message.c	Sat Oct 15 21:19:25 2022 +0200
+++ b/examples/example-message/example-message.c	Sat Oct 15 21:24:17 2022 +0200
@@ -32,8 +32,8 @@
 #include <mlk/ui/theme.h>
 #include <mlk/ui/ui.h>
 
-#include <rpg/message.h>
-#include <rpg/rpg.h>
+#include <mlk/rpg/message.h>
+#include <mlk/rpg/rpg.h>
 
 #define W       (1280)
 #define H       (720)