Refactor, try to limit dependencies
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
module Dodge.Clock
|
||||
( clockCycle
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Dodge.Data.World
|
||||
|
||||
import qualified Data.Vector as V
|
||||
clockCycle :: Int -> V.Vector a -> World -> a
|
||||
|
||||
Reference in New Issue
Block a user