|
Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
|
#include "Engine/Window/Window.hpp"#include "Engine/engine.hpp"#include "Engine/Renderer/IMGUI/imgui.h"#include "Engine/Utility/Logging.hpp"#include "Engine/Input/InputManager.hpp"Go to the source code of this file.
Classes | |
| struct | DestroyglfwWin |
Namespaces | |
| Engine | |
Functions | |
| void | error_callback (int error, const char *description) |
| void error_callback | ( | int | error, |
| const char * | description | ||
| ) |
Definition at line 11 of file Window.cpp.
1.8.11