misc/libphysfs/lzma/C/Compress/Branch/BranchARM.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

/* BranchARM.h */

#ifndef __BRANCH_ARM_H
#define __BRANCH_ARM_H

#include "BranchTypes.h"

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

#endif