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

Contains the declaration of the GameObject class, representing a game object in the system. More...

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

Go to the source code of this file.

Classes

class  shkyera::GameObject
 A class representing a game object. More...
 

Namespaces

 shkyera
 

Detailed Description

Contains the declaration of the GameObject class, representing a game object in the system.