Another structure overhaul

This commit is contained in:
Tibo De Peuter 2022-12-20 11:13:14 +01:00
parent 3b0de65de1
commit 0720f3b719
14 changed files with 158 additions and 148 deletions

View file

@ -7,8 +7,7 @@ module RPGEngine.Render
, render
) where
import RPGEngine.Internals.Data.Game(Game(..))
import RPGEngine.Internals.Data.State(State(..))
import RPGEngine.Data.Types
import Graphics.Gloss
----------------------------- Constants ------------------------------