More cleanup

This commit is contained in:
2021-12-09 22:40:20 +00:00
parent e84b4a29e8
commit e5db9ba5d0
-8
View File
@@ -1,8 +0,0 @@
module Dodge.Creature.Update
( unrandUpdate
) where
import Dodge.Data
unrandUpdate :: (Creature -> World -> World) -> (Creature -> Maybe Creature) -> CRUpdate
{-# INLINE unrandUpdate #-}
unrandUpdate h cF cr _ = ( h cr , cF cr )