packages feed

rattletrap-4.0.0: library/Rattletrap/Encode/DestroyedReplication.hs

module Rattletrap.Encode.DestroyedReplication
  ( putDestroyedReplication
  ) where

import Rattletrap.Type.DestroyedReplication

import qualified Data.Binary.Bits.Put as BinaryBits

putDestroyedReplication :: DestroyedReplication -> BinaryBits.BitPut ()
putDestroyedReplication _ = pure ()