#include "../../../include/ground.h" GroundValue _GroundNewValueStruct(GroundStruct in) { return (GroundValue) { .as.Struct = in, .type = Ground.New.Type(GroundType_Struct) }; }