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

@@ -6,7 +6,7 @@
*/
#include "render/Renderer.h"
#include <glbinding/gl/gl.h>
#include "render/GL.h"
#include <glbinding/Binding.h>
#include <stdio.h>
#include "misc/Time.h"