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

@@ -11,7 +11,7 @@
namespace Display {
void create();
bool create();
void render();
void update();
void destroy();