mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
11 lines
133 B
C
11 lines
133 B
C
// MethodId.h
|
|
|
|
#ifndef __7Z_METHOD_ID_H
|
|
#define __7Z_METHOD_ID_H
|
|
|
|
#include "../../Common/Types.h"
|
|
|
|
typedef UInt64 CMethodId;
|
|
|
|
#endif
|