2024-09-20 21:30:47 -04:00

8 lines
144 B
C++

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