8 lines
137 B
C++
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);
|
|
} |