mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
13 lines
202 B
C
13 lines
202 B
C
#ifndef TOS_UI_LOCATION_H
|
|
#define TOS_UI_LOCATION_H
|
|
|
|
enum UILocation {
|
|
UI_LOCATION_LEFT,
|
|
UI_LOCATION_CENTER,
|
|
UI_LOCATION_RIGHT,
|
|
|
|
UI_LOCATION_FLEX_ROW,
|
|
UI_LOCATION_FLEX_COL
|
|
};
|
|
|
|
#endif |