aboutsummaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/Common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Entrypoint/Common.cpp')
-rw-r--r--core/src/Entrypoint/Common.cpp7
1 files changed, 5 insertions, 2 deletions
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 <backend/imgui_impl_glfw.h>
#include <iostream>
+#include <backend/imgui_impl_glfw.cpp>
+
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";
}