The Table Engine
health.h File Reference

Defines the Health class, a component for managing the health of game objects. More...

#include "component.h"
+ Include dependency graph for health.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Health
 A component for managing health of game objects. More...
 

Detailed Description

Defines the Health class, a component for managing the health of game objects.

This file declares the Health class, which is used to track and manage the health status of game entities such as players and enemies. It offers methods to modify and retrieve the current health state, supporting game mechanics involving damage and healing.

Definition in file health.h.