comparison libmlk-adventure/adventure/molko.h @ 263:cd5bdb995052

cmake: create a new libmlk-data library
author David Demelier <markand@malikania.fr>
date Tue, 08 Dec 2020 17:00:03 +0100
parents 16be1ad3ddba
children e28429dbdaaf
comparison
equal deleted inserted replaced
262:afdeafb82c22 263:cd5bdb995052
22 #include <core/game.h> 22 #include <core/game.h>
23 #include <core/texture.h> 23 #include <core/texture.h>
24 #include <core/sprite.h> 24 #include <core/sprite.h>
25 25
26 struct molko { 26 struct molko {
27 struct game engine;
28 struct state *panic; 27 struct state *panic;
29 28
30 /* For map state. */ 29 /* For map state. */
31 struct texture map_player_texture; 30 struct texture map_player_texture;
32 struct sprite map_player_sprite; 31 struct sprite map_player_sprite;