Add frame clock

This commit is contained in:
2021-09-09 13:29:09 +01:00
parent a2288110ae
commit be7b2d2cd7
27 changed files with 176 additions and 87 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import Geometry.Data
import Control.Lens
data MemoryState = MemoryState
newtype MemoryState = MemoryState
{ _soundsToInvestigate :: [Point2]
}