summaryrefslogtreecommitdiff
path: root/engine/background.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-10-05 06:59:42 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-10-05 06:59:42 +0200
commit5572a8133963447bc60098d952cebfe3902dad27 (patch)
treeb49ff8ff47a5ad6987aad3ef763a9840f303a041 /engine/background.cpp
parentfb040c4b08786ab45dace792ce5a271f35ea0be6 (diff)
Using wriggle/gl.h.
Diffstat (limited to 'engine/background.cpp')
-rw-r--r--engine/background.cpp2
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() {