Satisfy Leo's thirst for structs and extlibs

This commit is contained in:
2026-01-22 20:58:49 +11:00
parent 3f684dad3f
commit 68182d916e
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ typedef enum ListAccessStatus {
struct GroundValue;
struct GroundFunction;
struct GroundStruct;
struct List;
@@ -58,8 +59,7 @@ typedef struct GroundError {
*/
typedef struct GroundValue {
GroundValueType type;
// This line seems to be causing issues with extlibs
// struct GroundStruct* customType;
struct GroundStruct* customType;
union {
int64_t intVal;
double doubleVal;