Add basic prompt
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Dodge.Debug.Flag.Data
|
||||
where
|
||||
import Control.Lens
|
||||
data DebugFlags = DebugFlags
|
||||
{ _noClip :: Bool
|
||||
, _displaySecondsPerFrame :: Bool
|
||||
}
|
||||
makeLenses ''DebugFlags
|
||||
Reference in New Issue
Block a user