diff options
Diffstat (limited to 'games/shaaft/files/patch-utilsgl::GLTexture.hpp')
-rw-r--r-- | games/shaaft/files/patch-utilsgl::GLTexture.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/shaaft/files/patch-utilsgl::GLTexture.hpp b/games/shaaft/files/patch-utilsgl::GLTexture.hpp new file mode 100644 index 000000000000..40cc7f58b834 --- /dev/null +++ b/games/shaaft/files/patch-utilsgl::GLTexture.hpp @@ -0,0 +1,11 @@ +--- utilsgl/GLTexture.hpp.orig Fri Jan 2 18:21:50 2004 ++++ utilsgl/GLTexture.hpp Fri Jan 2 18:22:19 2004 +@@ -16,7 +16,7 @@ + #define _GLTexture_hpp_ + + #include <gl++.hpp> +-#include <SDL/SDL_image.h> ++#include <SDL11/SDL_image.h> + + class GLTexture + { |