diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-02-25 02:15:26 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-02-25 02:15:26 +0100 |
commit | b4c3367c63459607f0919e77998d5405634e2003 (patch) | |
tree | bbd9a47429a642bc72456946ea8c5e7a646ee815 /Bindings/GLX.chs | |
parent | 7f12f41e5fce40042f97d167da9a0fb58e5a1651 (diff) | |
download | htanks-b4c3367c63459607f0919e77998d5405634e2003.tar htanks-b4c3367c63459607f0919e77998d5405634e2003.zip |
Added texture loading
Diffstat (limited to 'Bindings/GLX.chs')
-rw-r--r-- | Bindings/GLX.chs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bindings/GLX.chs b/Bindings/GLX.chs index 0f31106..d5fed4d 100644 --- a/Bindings/GLX.chs +++ b/Bindings/GLX.chs @@ -30,7 +30,6 @@ import Data.Word import Foreign.C.String (withCString) import Foreign.C.Types -import Foreign.ForeignPtr import Foreign.Ptr import Foreign.Marshal.Alloc (alloca, allocaBytes) import Foreign.Marshal.Array (peekArray, withArray0) |