X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=blobdiff_plain;f=src%2Fmparser.h;fp=src%2Fmparser.h;h=7fa1b6f472350ba93f01340b408ce73e7d0f099e;hp=0000000000000000000000000000000000000000;hb=ffda3e942f7a41a9ac348cfe60ae27e211545ba3;hpb=ccc1a688b59e25bb934a0d3e2bbf477960068d4f diff --git a/src/mparser.h b/src/mparser.h new file mode 100644 index 0000000..7fa1b6f --- /dev/null +++ b/src/mparser.h @@ -0,0 +1,8 @@ +#ifndef MPARSER_H_ +#define MPARSER_H_ + +#include + +int parse_machine(Machine *mcn, const char *fname); + +#endif /* MPARSER_H_ */