Restructuring, #9
This commit is contained in:
parent
2055ef234e
commit
dab6fadad4
41 changed files with 941 additions and 680 deletions
14
lib/RPGEngine/Render/Win.hs
Normal file
14
lib/RPGEngine/Render/Win.hs
Normal file
|
@ -0,0 +1,14 @@
|
|||
module RPGEngine.Render.Win
|
||||
( renderWin
|
||||
) where
|
||||
|
||||
import RPGEngine.Render.Core ( Renderer )
|
||||
|
||||
import RPGEngine.Data ( Game )
|
||||
import Graphics.Gloss (text)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
-- TODO
|
||||
renderWin :: Renderer Game
|
||||
renderWin _ = text "Win"
|
Reference in a new issue