Shkyera Engine
Easy to use, game engine for Python
Component.hpp File Reference

Contains the declaration of the Component class, a base class for game components. More...

#include <memory>
#include "game/GameObject.hpp"
Include dependency graph for Component.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shkyera::Component
 A base class representing a component attached to a game object. More...
 

Namespaces

 shkyera
 

Detailed Description

Contains the declaration of the Component class, a base class for game components.