6 lines
146 B
C
6 lines
146 B
C
|
|
#include "../../../include/ground.h"
|
||
|
|
|
||
|
|
void _GroundBytecodeProgramOptimise(GroundBytecodeProgram* program) {
|
||
|
|
// TODO: Implement optimisation
|
||
|
|
}
|