#pragma once #include extern int touch_gui; extern "C" { Button *touch_create_button(int id, std::string text); }