Add missing includes and forward declarations

This commit is contained in:
Dmitry Marakasov 2014-02-03 01:50:12 +04:00
parent 3df16d40d1
commit 648a43369b

View File

@ -23,10 +23,12 @@
#define SDL2PP_RENDERER_HH
#include <SDL2/SDL_stdinc.h>
#include <SDL2/SDL_blendmode.h>
#include <SDL2pp/Point.hh>
#include <SDL2pp/Rect.hh>
struct SDL_RendererInfo;
struct SDL_Renderer;
namespace SDL2pp {