mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 19:54:18 +02:00
11 lines
131 B
C
11 lines
131 B
C
/* 7zMethodID.h */
|
|
|
|
#ifndef __7Z_METHOD_ID_H
|
|
#define __7Z_METHOD_ID_H
|
|
|
|
#include "../../Types.h"
|
|
|
|
typedef UInt64 CMethodID;
|
|
|
|
#endif
|