From b91807399aaa2738071c7109ea5b04ac8e940f71 Mon Sep 17 00:00:00 2001 From: Zhuowei Zhang Date: Sat, 18 Jan 2020 17:24:14 -0500 Subject: [PATCH] Commit missing itemdescriptor file --- jni/mcpe/itemdescriptor.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jni/mcpe/itemdescriptor.h diff --git a/jni/mcpe/itemdescriptor.h b/jni/mcpe/itemdescriptor.h new file mode 100644 index 00000000..9ac8eddb --- /dev/null +++ b/jni/mcpe/itemdescriptor.h @@ -0,0 +1,6 @@ +#pragma once + +class ItemDescriptor { +public: + int getId() const; +};