forked from ground/cground
Satisfy Leo's thirst for structs and extlibs
This commit is contained in:
@@ -62,7 +62,6 @@ typedef struct GroundError {
|
||||
*/
|
||||
typedef struct GroundValue {
|
||||
GroundValueType type;
|
||||
struct GroundStruct* customType;
|
||||
union {
|
||||
int64_t intVal;
|
||||
double doubleVal;
|
||||
@@ -75,6 +74,7 @@ typedef struct GroundValue {
|
||||
struct GroundStruct* structVal;
|
||||
struct GroundObject* customVal;
|
||||
} data;
|
||||
struct GroundStruct* customType;
|
||||
} GroundValue;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user