From c382ecd867204b68cf053ede6980cd64852cb8d6 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Thu, 22 Jan 2026 10:50:48 +1100 Subject: [PATCH] Fix the header again --- include/groundvm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/groundvm.h b/include/groundvm.h index 601e496..7fbad50 100644 --- a/include/groundvm.h +++ b/include/groundvm.h @@ -58,6 +58,7 @@ typedef struct GroundError { */ typedef struct GroundValue { GroundValueType type; + struct GroundStruct* customType; union { int64_t intVal; double doubleVal;