forked from ground/ground
Fix building without Tram
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include "types.h"
|
||||
#ifdef GROUND_COMPILE_WITH_TRAM
|
||||
#include <tram.h>
|
||||
#endif
|
||||
|
||||
void compileGroundProgram(GroundProgram* program, char* name);
|
||||
#ifdef GROUND_COMPILE_WITH_TRAM
|
||||
void compileGroundInstruction(GroundInstruction* instruction, Tram_Program* program);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user