summaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/Common.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/Common.hpp
parentbdcc81822adddf2c6ad7f10d9e090d913475c1e0 (diff)
Fix backend compiling/loading mechanism
Diffstat (limited to 'core/src/Entrypoint/Common.hpp')
-rw-r--r--core/src/Entrypoint/Common.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/Entrypoint/Common.hpp b/core/src/Entrypoint/Common.hpp
index 2a4dcbf..216c885 100644
--- a/core/src/Entrypoint/Common.hpp
+++ b/core/src/Entrypoint/Common.hpp
@@ -1,7 +1,6 @@
#pragma once
#include <glad/glad.h>
-
#include <GLFW/glfw3.h>
class RenderingBackend {