mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-27 08:31:57 +00:00
Merging the health component
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
** EPITECH PROJECT, 2019
|
||||
** Gamacon
|
||||
** File description:
|
||||
** health_component
|
||||
*/
|
||||
|
||||
#ifndef MY_RPG_HEALTH_COMPONENT_H
|
||||
#define MY_RPG_HEALTH_COMPONENT_H
|
||||
|
||||
#include "component.h"
|
||||
|
||||
struct health_component
|
||||
{
|
||||
gc_component base;
|
||||
unsigned int health;
|
||||
};
|
||||
|
||||
extern const struct health_component health_component;
|
||||
|
||||
#endif //MY_RPG_HEALTH_COMPONENT_H
|
||||
Reference in New Issue
Block a user