diff libmlk-adventure/adventure/actions/teleport.c @ 264:9bbbabb6f077

cmake: make macros simpler
author David Demelier <markand@malikania.fr>
date Wed, 09 Dec 2020 21:22:21 +0100
parents 60a214ec1ab4
children
line wrap: on
line diff
--- a/libmlk-adventure/adventure/actions/teleport.c	Tue Dec 08 17:00:03 2020 +0100
+++ b/libmlk-adventure/adventure/actions/teleport.c	Wed Dec 09 21:22:21 2020 +0100
@@ -33,7 +33,8 @@
 
 #include <rpg/map.h>
 
-#include "molko.h"
+#include <adventure/molko.h>
+
 #include "teleport.h"
 
 struct teleport {