move more stuff around
This commit is contained in:
parent
efbbc49b54
commit
9c2f93a60c
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ executable pituicat
|
|||
other-modules: Types
|
||||
, Types.Application
|
||||
, Types.Subsystems
|
||||
, Types.GameMap
|
||||
, Types.Map
|
||||
, Types.Texture
|
||||
, Types.Graphics
|
||||
, Types.Graphics.VertexArray
|
||||
|
|
|
@ -4,7 +4,7 @@ module Types
|
|||
|
||||
import Types.Application as T
|
||||
import Types.Subsystems as T
|
||||
import Types.GameMap as T
|
||||
import Types.Map as T
|
||||
import Types.Texture as T
|
||||
import Types.Graphics as T
|
||||
import Types.Util as T
|
||||
|
|
|
@ -15,7 +15,7 @@ import qualified Data.Text as T
|
|||
-- internal imports
|
||||
|
||||
import Types.Subsystems
|
||||
import Types.GameMap
|
||||
import Types.Map
|
||||
import Types.Util
|
||||
|
||||
import Classes.Scene
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Types.GameMap where
|
||||
module Types.Map where
|
||||
|
||||
import Data.Vector
|
||||
|
Loading…
Reference in a new issue