mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Some initial widget imps
This commit is contained in:
@@ -28,7 +28,7 @@ struct FRME : BigDNA
|
||||
DECL_DNA
|
||||
String<-1> name;
|
||||
String<-1> parent;
|
||||
Value<bool> unk1;
|
||||
Value<bool> useAnimController;
|
||||
Value<bool> defaultVisible;
|
||||
Value<bool> defaultActive;
|
||||
Value<bool> unk4;
|
||||
@@ -183,11 +183,11 @@ struct FRME : BigDNA
|
||||
|
||||
struct TXPNInfo : IWidgetInfo
|
||||
{
|
||||
enum class Justification
|
||||
enum class Justification : atUint32
|
||||
{
|
||||
};
|
||||
|
||||
enum class VerticalJustification
|
||||
enum class VerticalJustification : atUint32
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user