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

This file defines SceneManager class. More...

#include "components/GameObjects/GameObject.hpp"
#include "components/GameObjects/GameObjectFactory.hpp"
#include "Engine.hpp"
#include "VEX/VEX_export.h"
#include <algorithm>
#include <memory>

Go to the source code of this file.

Classes

class  vex::Scene
 Scene class implements scene functionality like loading and holding game objects. More...

Namespaces

namespace  vex

Detailed Description

This file defines SceneManager class.

Author
Eryk Roszkowski

Definition in file Scene.hpp.