mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 12:24:08 -06:00
11 lines
111 B
C
Executable File
11 lines
111 B
C
Executable File
// SPARC.h
|
|
|
|
#ifndef __SPARC_H
|
|
#define __SPARC_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_SPARC, 0x08, 5)
|
|
|
|
#endif
|