Keep working on structs
This commit is contained in:
@@ -105,12 +105,6 @@ struct GroundStruct {
|
||||
GroundObjectField* fields;
|
||||
};
|
||||
|
||||
struct GroundObjectField {
|
||||
char name[2048];
|
||||
GroundValue* value;
|
||||
UT_hash_handle hh;
|
||||
};
|
||||
|
||||
struct GroundObject {
|
||||
GroundObjectField* fields;
|
||||
GroundStruct* type;
|
||||
@@ -159,6 +153,13 @@ struct GroundValue {
|
||||
|
||||
GroundType type;
|
||||
};
|
||||
|
||||
struct GroundObjectField {
|
||||
char name[2048];
|
||||
GroundValue value;
|
||||
GroundSize offset;
|
||||
UT_hash_handle hh;
|
||||
};
|
||||
|
||||
enum GroundArgType {
|
||||
GroundArg_Value, GroundArg_ValueRef, GroundArg_DirectRef,
|
||||
|
||||
Reference in New Issue
Block a user