VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
GameObject.hpp File Reference

This file defines the GameObject class. More...

#include "components/ECS/ECS.hpp"
#include "Engine.hpp"
#include "components/ErrorUtils.hpp"
#include "components/GameComponents/BasicComponents.hpp"
#include "../../../thirdparty/uuid/UUID.hpp"

Go to the source code of this file.

Classes

class  vex::GameObject
 Its base class for all game objects, eg. Player, Enemy, Weapon. Your Class needs to inherit from it. More...

Namespaces

namespace  vex

Detailed Description

This file defines the GameObject class.

Author
Eryk Roszkowski

Definition in file GameObject.hpp.