#ifndef TOS_UI_POSITION_H #define TOS_UI_POSITION_H enum UIPosition { UI_POSITION_RELATIVE, UI_POSITION_ABSOLUTE }; #endif