diff options
Diffstat (limited to 'engine/background.cpp')
-rw-r--r-- | engine/background.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/background.cpp b/engine/background.cpp index 076c6cf..6980cff 100644 --- a/engine/background.cpp +++ b/engine/background.cpp @@ -1,6 +1,6 @@ #include "background.h" -#include <SDL/SDL_opengl.h> +#include <wriggle/gl.h> #include <cmath> void Background::draw() { |