diff options
Diffstat (limited to 'core/src/Entrypoint/Common.cpp')
-rw-r--r-- | core/src/Entrypoint/Common.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/src/Entrypoint/Common.cpp b/core/src/Entrypoint/Common.cpp deleted file mode 100644 index c949830..0000000 --- a/core/src/Entrypoint/Common.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "Common.hpp" - -#include <backend/imgui_impl_glfw.h> -#include <iostream> - -#include <backend/imgui_impl_glfw.cpp> - -GLFWwindow* RenderingBackend::GetWindow() const { - return mWindow; -} - -void RenderingBackend::GlfwErrorCallback(int error, const char* message) { - std::cerr << "GLFW Error " << error << ": " << message << "\n"; -} |