diff options
Diffstat (limited to 'Spear/GL.hs')
-rw-r--r-- | Spear/GL.hs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Spear/GL.hs b/Spear/GL.hs index 81a433e..f463109 100644 --- a/Spear/GL.hs +++ b/Spear/GL.hs | |||
@@ -87,6 +87,13 @@ module Spear.GL | |||
87 | ) | 87 | ) |
88 | where | 88 | where |
89 | 89 | ||
90 | import Spear.Assets.Image | ||
91 | import Spear.Game | ||
92 | import Spear.Math.Algebra | ||
93 | import Spear.Math.Matrix3 (Matrix3) | ||
94 | import Spear.Math.Matrix4 (Matrix4) | ||
95 | import Spear.Math.Vector | ||
96 | |||
90 | import Control.Monad | 97 | import Control.Monad |
91 | import Control.Monad.Trans.Class | 98 | import Control.Monad.Trans.Class |
92 | import Control.Monad.Trans.State as State | 99 | import Control.Monad.Trans.State as State |
@@ -103,12 +110,6 @@ import Foreign.Storable | |||
103 | import Foreign.Storable (peek) | 110 | import Foreign.Storable (peek) |
104 | import Graphics.GL.Core46 | 111 | import Graphics.GL.Core46 |
105 | import Prelude hiding ((*)) | 112 | import Prelude hiding ((*)) |
106 | import Spear.Assets.Image | ||
107 | import Spear.Game | ||
108 | import Spear.Math.Algebra | ||
109 | import Spear.Math.Matrix3 (Matrix3) | ||
110 | import Spear.Math.Matrix4 (Matrix4) | ||
111 | import Spear.Math.Vector | ||
112 | import System.Directory (doesFileExist, getCurrentDirectory, | 113 | import System.Directory (doesFileExist, getCurrentDirectory, |
113 | setCurrentDirectory) | 114 | setCurrentDirectory) |
114 | import System.IO (hPutStrLn, stderr) | 115 | import System.IO (hPutStrLn, stderr) |