cOMS/ui/UIPosition.h
2024-08-04 00:09:16 +02:00

9 lines
132 B
C

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