mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
15 lines
147 B
C
Executable File
15 lines
147 B
C
Executable File
// IA64.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __IA64_H
|
|
#define __IA64_H
|
|
|
|
#include "Coder.h"
|
|
|
|
MyClass(BC_IA64, 0x04, 1)
|
|
|
|
// MyClass(IA64_Parse, 0x08, 1)
|
|
|
|
#endif
|