jak-project/decompiler/analysis/mips2c.h
water111 57649d243f
[bones] Part 1: Joint (#1110)
* joints

* bones

* align spr to 16k

* fix bug

* lack of sound hack

* clean up
2022-01-28 21:32:03 -05:00

11 lines
217 B
C++

#pragma once
#include <vector>
namespace decompiler {
class Function;
void run_mips2c(Function* f);
void run_mips2c_jump_table(Function* f, const std::vector<int>& jump_table_locations);
} // namespace decompiler