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

8 lines
137 B
C
Raw Normal View History

#pragma once
#include <symbols/minecraft.h>
2024-02-08 02:15:48 +00:00
extern int touch_gui;
2024-04-08 03:29:23 +00:00
extern "C" {
Button *touch_create_button(int id, std::string text);
2024-04-08 03:29:23 +00:00
}