Fix build errors

This commit is contained in:
Clownacy 2020-04-03 17:57:11 +01:00
parent 3c691732a6
commit 6175867178
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
#include "../../WindowsWrapper.h"
#include "../SDL2.h"
#include "SDL2.h"
#include "../../KeyControl.h"
#include "../../Main.h"
#include "../../Organya.h"

View file

@ -12,7 +12,7 @@
#include "../../WindowsWrapper.h"
#include "../Platform.h"
#include "../SDL2.h"
#include "SDL2.h"
#include "../../Resource.h"
static SDL_GLContext context;