mirror of
https://github.com/holub/mame
synced 2025-05-04 05:23:22 +03:00
11 lines
149 B
C
11 lines
149 B
C
// MethodId.h
|
|
|
|
#ifndef ZIP7_INC_7Z_METHOD_ID_H
|
|
#define ZIP7_INC_7Z_METHOD_ID_H
|
|
|
|
#include "../../Common/MyTypes.h"
|
|
|
|
typedef UInt64 CMethodId;
|
|
|
|
#endif
|