Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ARM.h « Branch « Compress « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5561299bcfbe5813dce75f48c07716c66dceadee (plain)
1
2
3
4
5
6
7
8
9
10
// ARM.h

#ifndef __ARM_H
#define __ARM_H

#include "BranchCoder.h"

MyClassA(BC_ARM, 0x05, 1)

#endif