mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef TOS_UI_POSITION_H
|
|
#define TOS_UI_POSITION_H
|
|
|
|
enum UIPosition {
|
|
UI_POSITION_RELATIVE,
|
|
UI_POSITION_ABSOLUTE
|
|
};
|
|
|
|
#endif |