aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index df584be..af0f63b 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -9,6 +9,9 @@
constexpr const char* WINDOW_TITLE = "gamedev";
+SDL_Window* WindowSystem::window;
+SDL_GLContext WindowSystem::glContext;
+
WindowSystem::WindowSystem(void)
{
// attempt to initialize SDL