Remove SDL.h #include from Draw.h

This commit is contained in:
Clownacy 2020-01-26 20:17:40 +00:00
parent b650294b8b
commit 1e21b32dec

View file

@ -1,7 +1,5 @@
#pragma once
#include "SDL.h"
#include "WindowsWrapper.h"
extern RECT grcGame;