#include "../../include/ground.h" void _GroundProgramExecute(GroundProgram* program, GroundState* state) { // TODO: // - Preprocess functions // - Preprocess structs // - Add them to state Ground.Internal.run(program, state); }