cool stuff
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#include "../../include/ground.h"
|
||||
|
||||
void _GroundProgramExecute(GroundProgram* program, GroundState* state) {
|
||||
// stub
|
||||
|
||||
// TODO:
|
||||
// - Preprocess functions
|
||||
// - Preprocess structs
|
||||
// - Add them to state
|
||||
|
||||
Ground.Internal.run(program, state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user