R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Health.hpp
Go to the documentation of this file.
1#pragma once
2
10struct Health {
11 int current;
12 int max;
13};
Represents the health of an entity, including current and maximum health values.
Definition Health.hpp:10
int current
Definition Health.hpp:11
int max
Definition Health.hpp:12