diff --git a/games/meandmyshadow/files/patch-src_Render.h b/games/meandmyshadow/files/patch-src_Render.h new file mode 100644 index 000000000000..7772272af6e0 --- /dev/null +++ b/games/meandmyshadow/files/patch-src_Render.h @@ -0,0 +1,19 @@ +--- src/Render.h.orig 2018-11-03 03:51:57 UTC ++++ src/Render.h +@@ -1,14 +1,11 @@ + #ifndef RENDER_H + #define RENDER_H + ++#include ++ + #include + + #include "ImageManager.h" +- +-// The forward declaration of TTF_Font is clunky like this +-// as it's forward declared like this in SDL_ttf.h +-struct _TTF_Font; +-typedef struct _TTF_Font TTF_Font; + + // Deleter functor for textures. + struct TextureDeleter {