Create new files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Dodge.Creature.Memory.Data
|
||||
where
|
||||
import Geometry.Data
|
||||
|
||||
import Control.Lens
|
||||
|
||||
data MemoryState = MemoryState
|
||||
{ _soundsToInvestigate :: [Point2]
|
||||
}
|
||||
|
||||
makeLenses ''MemoryState
|
||||
Reference in New Issue
Block a user