From a7e5e42a188f9e6ab13706a15e6b50f36f0e00e8 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 28 Mar 2021 15:13:05 -0700 Subject: Fix backend compiling/loading mechanism --- core/src/Entrypoint/Common.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'core/src/Entrypoint/Common.cpp') diff --git a/core/src/Entrypoint/Common.cpp b/core/src/Entrypoint/Common.cpp index 62baf9d..c949830 100644 --- a/core/src/Entrypoint/Common.cpp +++ b/core/src/Entrypoint/Common.cpp @@ -1,11 +1,14 @@ #include "Common.hpp" +#include #include +#include + GLFWwindow* RenderingBackend::GetWindow() const { - return mWindow; + return mWindow; } void RenderingBackend::GlfwErrorCallback(int error, const char* message) { - std::cerr << "GLFW Error " << error << ": " << message << "\n"; + std::cerr << "GLFW Error " << error << ": " << message << "\n"; } -- cgit v1.2.3-70-g09d2