The Table Engine
|
Defines the Component base class for all components in the game engine. More...
#include <string>
Go to the source code of this file.
Classes | |
class | Component |
Base class for all game components, providing basic component functionalities. More... | |
Defines the Component base class for all components in the game engine.
This file contains the definition of the Component class, which serves as the base class for all components that can be attached to game objects. Components encapsulate behavior and state that can be managed by game objects.
Definition in file component.h.