progress
This commit is contained in:
@@ -21,7 +21,7 @@ GroundArg _GroundNewArgTypeRef(GroundIdentifier* ref);
|
||||
GroundList _GroundNewList();
|
||||
GroundString _GroundNewString(const char* in);
|
||||
GroundFunction _GroundNewFunction(GroundState* state);
|
||||
GroundFunction _GroundNewNativeFunction(void* function, size_t argc, ...);
|
||||
GroundFunction _GroundNewNativeFunction(void* function, GroundSize argc, ...);
|
||||
GroundStruct _GroundNewStruct();
|
||||
GroundObject _GroundNewObject(GroundStruct* in);
|
||||
GroundError _GroundNewError(GroundValue* in);
|
||||
@@ -81,7 +81,7 @@ void _GroundStructAddField(GroundStruct* gs, const char* id, GroundValue value);
|
||||
|
||||
|
||||
GroundValue* _GroundStateFindVariable(GroundState* state, const char* id);
|
||||
size_t* _GroundStateFindLabel(GroundState* state, const char* id);
|
||||
GroundSize* _GroundStateFindLabel(GroundState* state, const char* id);
|
||||
GroundCatch* _GroundStateFindCatch(GroundState* state, const char* id);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user