tracer/src/Animation.hs

8 lines
142 B
Haskell
Raw Normal View History

2018-07-30 12:34:46 +00:00
module Animation where
import Types.Animation
animFloats :: AnimId -> Bool
2019-02-14 21:31:00 +00:00
animFloats (AnimId AnimComputer _ _) = True
2018-07-30 12:34:46 +00:00
animFloats _ = False