diff options
Diffstat (limited to 'pattern.cpp')
-rw-r--r-- | pattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pattern.cpp b/pattern.cpp index e2a8fcd..650a81b 100644 --- a/pattern.cpp +++ b/pattern.cpp @@ -8,7 +8,7 @@ #include <SDL/SDL.h> #include <SDL/SDL_opengl.h> -#include "texturesdl.h" +#include <wriggle/texturesdl.h> Pattern::Pattern(std::string filename) { patt_width = 25.0; |