diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-31 09:24:44 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-31 09:24:44 (GMT) |
| commit | e0c9dab8cb981172c5de81f5963e28db67f1b295 (patch) | |
| tree | dd78e82f54a7ed87915a7d5100437cd42ac0c415 /src/interface/Engine.h | |
| parent | 708d52bcc5f0e13fa6540751e2402ccfdf02bec7 (diff) | |
| download | powder-e0c9dab8cb981172c5de81f5963e28db67f1b295.zip powder-e0c9dab8cb981172c5de81f5963e28db67f1b295.tar.gz | |
Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.
Diffstat (limited to 'src/interface/Engine.h')
| -rw-r--r-- | src/interface/Engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface/Engine.h b/src/interface/Engine.h index f40f45f..d278265 100644 --- a/src/interface/Engine.h +++ b/src/interface/Engine.h @@ -1,7 +1,6 @@ #pragma once #include <stack> -#include "SDL.h" #include "Singleton.h" #include "Platform.h" #include "Graphics.h" |
