Move side effects into world (may be slower)

This commit is contained in:
2021-09-08 18:48:16 +01:00
parent 235e94cecb
commit 04e5b9b39f
6 changed files with 41 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ This module sets up an SDL window which may be updated using a simple game loop.
module Loop
( setupLoop
, setupMiniLoop
, setupLoop'
) where
import qualified Data.Text as T
import Control.Concurrent