diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-10-05 06:59:42 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-10-05 06:59:42 +0200 |
commit | 5572a8133963447bc60098d952cebfe3902dad27 (patch) | |
tree | b49ff8ff47a5ad6987aad3ef763a9840f303a041 /engine/background.cpp | |
parent | fb040c4b08786ab45dace792ce5a271f35ea0be6 (diff) |
Using wriggle/gl.h.
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() { |