misc/libphysfs/lzma/C/Compress/Branch/BranchARMThumb.h
author Wuzzy <Wuzzy2@mail.ru>
Sat, 01 Sep 2018 01:18:07 +0200
changeset 13731 2fa83c3e9f09
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Add frontend tip introducing /help

/* BranchARMThumb.h */

#ifndef __BRANCH_ARM_THUMB_H
#define __BRANCH_ARM_THUMB_H

#include "BranchTypes.h"

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

#endif