|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/api.hpp"#include <ThirdParty/cereal/include/cereal/cereal.hpp>#include <ThirdParty/EASTL-master/include/EASTL/shared_ptr.h>#include <ThirdParty/EASTL-master/include/EASTL/vector.h>Go to the source code of this file.
Classes | |
| class | Engine::Component |
| This is the base class for components. NOTE: only the Entity class is allowed to create this object. More... | |
Namespaces | |
| Engine | |
1.8.11