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

7 lines
123 B
C
Raw Normal View History

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