mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 06:07:12 -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
|