#ifndef LIME_UI_MOUSE_CURSOR_H #define LIME_UI_MOUSE_CURSOR_H namespace lime { enum MouseCursor { DEFAULT, POINTER, TEXT, CUSTOM }; } #endif