comparison src/libmlk-rpg/rpg/item.h @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents 8f9937403749
children 460c78706989
comparison
equal deleted inserted replaced
365:06badab52877 366:19782ea1cf4a
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #ifndef MOLKO_RPG_ITEM_H 19 #ifndef MLK_RPG_ITEM_H
20 #define MOLKO_RPG_ITEM_H 20 #define MLK_RPG_ITEM_H
21 21
22 #include <core/core.h> 22 #include <core/core.h>
23 23
24 struct battle; 24 struct battle;
25 struct character; 25 struct character;
49 struct character *, 49 struct character *,
50 struct character *); 50 struct character *);
51 51
52 CORE_END_DECLS 52 CORE_END_DECLS
53 53
54 #endif /* !MOLKO_RPG_ITEM_H */ 54 #endif /* !MLK_RPG_ITEM_H */