|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include <iostream>#include <ThirdParty/EASTL-master/include/EASTL/vector.h>#include <functional>#include "Engine/engine.hpp"#include "Engine/Components/TransformComponent.hpp"#include "Game/ImGui/ImGuiRenderer.hpp"#include "Engine/Components/ModelComponent.hpp"#include "Engine/Components/LightComponent.hpp"Go to the source code of this file.
Functions | |
| void | ParseArguments (int argumentCount, char *inArguments[]) |
| int | main (int argumentCount, char *inArguments[]) |
1.8.11