rattletrap-9.3.2: src/lib/Rattletrap/Decode/BooleanAttribute.hs
module Rattletrap.Decode.BooleanAttribute ( decodeBooleanAttributeBits ) where import Rattletrap.Decode.Common import Rattletrap.Type.BooleanAttribute decodeBooleanAttributeBits :: DecodeBits BooleanAttribute decodeBooleanAttributeBits = BooleanAttribute <$> getBool