jak-project/decompiler/analysis/mips2c.h
water111 f9d8fcd6e4
[decomp] add mips2c converter (#842)
* mips 2 c basic version, not yet tested

* calling works without crashing, but the function doesn't

* it works

* add test

* cleanup and actually add the test

* dont use mips2c by default for font

* clean up formatting
2021-09-11 20:52:35 -04:00

8 lines
111 B
C++

#pragma once
namespace decompiler {
class Function;
void run_mips2c(Function* f);
} // namespace decompiler