mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
Work on FRME widgets; initial DSP streaming
This commit is contained in:
@@ -24,9 +24,9 @@ enum class EJustification
|
||||
NLeft,
|
||||
NCenter,
|
||||
NRight,
|
||||
Seven,
|
||||
Eight,
|
||||
Nine
|
||||
LeftMono,
|
||||
CenterMono,
|
||||
RightMono
|
||||
};
|
||||
|
||||
enum class EVerticalJustification
|
||||
@@ -38,9 +38,9 @@ enum class EVerticalJustification
|
||||
NTop,
|
||||
NCenter,
|
||||
NBottom,
|
||||
Seven,
|
||||
Eight,
|
||||
Nine
|
||||
TopMono,
|
||||
CenterMono,
|
||||
RightMono
|
||||
};
|
||||
|
||||
enum class EColorType
|
||||
|
||||
Reference in New Issue
Block a user