Initial commit
This commit is contained in:
5
src/Instruction/execute.c
Normal file
5
src/Instruction/execute.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../../include/ground.h"
|
||||
|
||||
void _GroundInstructionExecute(GroundInstruction* instruction, GroundState* state) {
|
||||
// Stub
|
||||
}
|
||||
Reference in New Issue
Block a user