move more stuff around

This commit is contained in:
nek0 2020-12-14 03:27:21 +01:00
parent efbbc49b54
commit 9c2f93a60c
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ executable pituicat
other-modules: Types
, Types.Application
, Types.Subsystems
, Types.GameMap
, Types.Map
, Types.Texture
, Types.Graphics
, Types.Graphics.VertexArray

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
module Types.GameMap where
module Types.Map where
import Data.Vector