minecraft-pi-reborn/mods/include/mods/touch/touch.h

8 lines
137 B
C++

#pragma once
#include <symbols/minecraft.h>
extern int touch_gui;
extern "C" {
Button *touch_create_button(int id, std::string text);
}