#ifndef TOS_UI_CURSOR_H #define TOS_UI_CURSOR_H #include "../stdlib/Types.h" struct UICursorState { }; struct UICursor { }; #endif