Stuff works a bit better now
This commit is contained in:
@@ -22,6 +22,6 @@ void addInstructionToProgram(GroundProgram* gp, GroundInstruction instruction);
|
||||
void freeGroundProgram(GroundProgram* gp);
|
||||
|
||||
// Parses the file into a GroundProgram
|
||||
GroundProgram parseFile(LexedFile file);
|
||||
GroundProgram parseFile(const char* file);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user