misc/libphysfs/lzma/C/Compress/Branch/BranchARMThumb.h
author Wuzzy <Wuzzy2@mail.ru>
Sun, 08 Jul 2018 00:16:33 +0200
changeset 13458 8f746b6a477c
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack

/* 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