#ifndef TOS_UI_PANEL_H #define TOS_UI_PANEL_H #include "../stdlib/Types.h" struct UIPanelState { }; struct UIPanel { }; #endif