packages feed

rattletrap-4.0.2: library/Rattletrap/Decode/PlayerHistoryKeyAttribute.hs

module Rattletrap.Decode.PlayerHistoryKeyAttribute
  ( decodePlayerHistoryKeyAttributeBits
  ) where

import Rattletrap.Decode.Bitstream
import Rattletrap.Decode.Common
import Rattletrap.Type.PlayerHistoryKeyAttribute

decodePlayerHistoryKeyAttributeBits :: DecodeBits PlayerHistoryKeyAttribute
decodePlayerHistoryKeyAttributeBits =
  PlayerHistoryKeyAttribute <$> decodeBitstreamBits 14