packages feed

rattletrap-9.3.2: src/lib/Rattletrap/Decode/IntAttribute.hs

module Rattletrap.Decode.IntAttribute
  ( decodeIntAttributeBits
  )
where

import Rattletrap.Decode.Common
import Rattletrap.Decode.Int32le
import Rattletrap.Type.IntAttribute

decodeIntAttributeBits :: DecodeBits IntAttribute
decodeIntAttributeBits = IntAttribute <$> decodeInt32leBits