mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 10:07:02 -06:00
11 lines
107 B
C
Executable File
11 lines
107 B
C
Executable File
// IA64.h
|
|
|
|
#ifndef __IA64_H
|
|
#define __IA64_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_IA64, 0x04, 1)
|
|
|
|
#endif
|