Add file, move buffer swapping into doDrawing
This commit is contained in:
@@ -13,6 +13,7 @@ module Dodge.Data.Universe (
|
||||
module Loop.Data,
|
||||
) where
|
||||
|
||||
import GHC.Word (Word32)
|
||||
import Dodge.Data.SelectionList
|
||||
import Control.Lens
|
||||
--import qualified Data.Map.Strict as M
|
||||
@@ -34,6 +35,8 @@ data Universe = Universe
|
||||
, _uvTestString :: Universe -> [String]
|
||||
, _uvCanContinue :: Bool
|
||||
, _uvMSeed :: Maybe Int
|
||||
, _uvLastFrameTicks :: Word32
|
||||
, _uvFrameTicks :: Word32
|
||||
}
|
||||
|
||||
data SideEffect
|
||||
|
||||
Reference in New Issue
Block a user