summaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/OpenGL3.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-03-28 15:13:05 -0700
committerrtk0c <[email protected]>2021-03-28 15:31:35 -0700
commita7e5e42a188f9e6ab13706a15e6b50f36f0e00e8 (patch)
tree61545e68e1186be3900303ded6d12086c345af3f /core/src/Entrypoint/OpenGL3.hpp
parentbdcc81822adddf2c6ad7f10d9e090d913475c1e0 (diff)
Fix backend compiling/loading mechanism
Diffstat (limited to 'core/src/Entrypoint/OpenGL3.hpp')
-rw-r--r--core/src/Entrypoint/OpenGL3.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/Entrypoint/OpenGL3.hpp b/core/src/Entrypoint/OpenGL3.hpp
index 29086a2..52978fa 100644
--- a/core/src/Entrypoint/OpenGL3.hpp
+++ b/core/src/Entrypoint/OpenGL3.hpp
@@ -3,7 +3,6 @@
#include "Entrypoint/Common.hpp"
#include <glad/glad.h>
-
#include <GLFW/glfw3.h>
class OpenGL3Backend : public RenderingBackend {