comparison 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
comparison
equal deleted inserted replaced
263:cd5bdb995052 264:9bbbabb6f077
31 #include <core/texture.h> 31 #include <core/texture.h>
32 #include <core/window.h> 32 #include <core/window.h>
33 33
34 #include <rpg/map.h> 34 #include <rpg/map.h>
35 35
36 #include "molko.h" 36 #include <adventure/molko.h>
37
37 #include "teleport.h" 38 #include "teleport.h"
38 39
39 struct teleport { 40 struct teleport {
40 struct action action; 41 struct action action;
41 struct texture overlay; 42 struct texture overlay;