comparison src/libmlk-rpg/rpg/equipment.h @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 460c78706989
children
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
17 */ 17 */
18 18
19 #ifndef MLK_RPG_EQUIPMENT_H 19 #ifndef MLK_RPG_EQUIPMENT_H
20 #define MLK_RPG_EQUIPMENT_H 20 #define MLK_RPG_EQUIPMENT_H
21 21
22 #include <core/core.h> 22 #include <mlk/core/core.h>
23 23
24 struct character; 24 struct character;
25 struct texture; 25 struct texture;
26 26
27 enum equipment_type { 27 enum equipment_type {