#ifndef TOS_UI_BUTTON_H #define TOS_UI_BUTTON_H #include "../stdlib/Types.h" struct UIButtonState { }; struct UIButton { }; #endif