cOMS/ui/UICursor.h

13 lines
135 B
C

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