rattletrap-9.0.3: source/library/Rattletrap/Decode/BooleanAttribute.hs
module Rattletrap.Decode.BooleanAttribute ( decodeBooleanAttributeBits ) where import Rattletrap.Decode.Common import Rattletrap.Type.BooleanAttribute decodeBooleanAttributeBits :: DecodeBits BooleanAttribute decodeBooleanAttributeBits = BooleanAttribute <$> getBool