6 lines
101 B
C++
6 lines
101 B
C++
#pragma once
|
|
|
|
#include <symbols/minecraft.h>
|
|
|
|
Button *touch_create_button(int id, std::string text);
|