R-Type
GameEngine
include
components
HealthComponent.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2023
3
** HealthComponent.hpp
4
** File description:
5
** HealthComponent
6
*/
7
8
#ifndef HEALTHCOMPONENT_HPP_
9
#define HEALTHCOMPONENT_HPP_
10
11
#include <cstdint>
12
13
namespace
GameEngine
14
{
15
struct
HealthComponent
16
{
17
int
health
;
18
};
19
}
// namespace GameEngine
20
21
#endif
/* !HEALTHCOMPONENT_HPP_ */
GameEngine
Definition:
AssetManager.hpp:15
GameEngine::HealthComponent
Definition:
HealthComponent.hpp:16
GameEngine::HealthComponent::health
int health
Definition:
HealthComponent.hpp:17
Generated by
1.9.1