diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-06-13 18:47:00 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-06-13 18:47:00 +0200 |
commit | c91de71d69265a0d619b25d0c04ae1adb0785f33 (patch) | |
tree | 83176a79b8ed2d83f962758972e5a37a69d8259d /pattern.cpp | |
parent | a6417af853180b5568c7f96c903057dd2c454204 (diff) |
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; |