adding health component workin and game display support

This commit is contained in:
Clément Le Bihan
2020-04-22 19:50:27 +02:00
parent 1f37be2e5a
commit 2334450698
10 changed files with 57 additions and 11 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
** xp_component
*/
#ifndef MY_RPG_HEALTH_COMPONENT_H
#define MY_RPG_HEALTH_COMPONENT_H
#ifndef MY_RPG_XP_COMPONENT_H
#define MY_RPG_XP_COMPONENT_H
#include <stdbool.h>
#include "component.h"
@@ -25,4 +25,4 @@ unsigned int amount);
extern const struct xp_component xp_component;
#endif //MY_RPG_HEALTH_COMPONENT_H
#endif //MY_RPG_XP_COMPONENT_H