misc/libphysfs/lzma/C/Compress/Branch/BranchPPC.h
author alfadur
Sun, 11 Mar 2018 10:50:02 +0100
changeset 13161 aa7915ceb69f
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Add new minigun sound

/* BranchPPC.h */

#ifndef __BRANCH_PPC_H
#define __BRANCH_PPC_H

#include "BranchTypes.h"

UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);

#endif