forked from ground/cground
Fix bugs
This commit is contained in:
@@ -28,5 +28,7 @@ typedef struct GroundScope {
|
||||
} GroundScope;
|
||||
|
||||
void interpretGroundProgram(GroundProgram* in);
|
||||
void interpretGroundInstruction(GroundInstruction* in, GroundScope* scope);
|
||||
void interpretGroundInstruction(GroundInstruction inst, GroundScope* scope);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user