Building Game Engines
Component Class Reference

This class serves as the base class for components in gameobject. More...

#include <Component.hpp>

Inheritance diagram for Component:
Inheritance graph
Collaboration diagram for Component:
Collaboration graph

Public Member Functions

 Component ()
 
 ~Component ()
 

Detailed Description

This class serves as the base class for components in gameobject.

Constructor & Destructor Documentation

◆ Component()

Component::Component ( )
inline

Constructor.

◆ ~Component()

Component::~Component ( )
inline

Destructor.