change windows backend to sdl2

This commit is contained in:
2021-10-31 10:52:43 +01:00
parent 02b3a88c9c
commit 8f0e0c48ed
12 changed files with 607 additions and 441 deletions

View File

@@ -7,7 +7,7 @@
#include "render/loader/GLLoader.h"
#include "glbinding/gl/gl.h"
#include "render/GL.h"
using namespace gl;