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

Defines the ShapeComponent class, a base component for handling shapes. More...

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

Go to the source code of this file.

Classes

class  shkyera::ShapeComponent
 A base component for handling shapes within a game or application. More...
 

Namespaces

 shkyera
 

Detailed Description

Defines the ShapeComponent class, a base component for handling shapes.