|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/api.hpp"#include "Engine/Components/Component.hpp"#include "Engine/Utility/Light.hpp"#include "Engine/Utility/Defines.hpp"#include <ThirdParty/EASTL-master/include/EASTL/string.h>#include <ThirdParty/glm/glm/detail/type_vec3.hpp>Go to the source code of this file.
Classes | |
| class | Engine::LightComponent |
Namespaces | |
| Engine | |
1.8.11