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

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

#ifndef __SPARC_H
#define __SPARC_H

#include "BranchCoder.h"

MyClassA(BC_SPARC, 0x08, 5)

#endif