mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-27 00:10:31 +00:00
2f722e6379
* up to ash * add more expressions * fix some return variable usage nonsense * bfloat print working * basic-type working * type working, fix decompiler on all files * clang format
6 lines
125 B
C++
6 lines
125 B
C++
#pragma once
|
|
|
|
namespace decompiler {
|
|
class Function;
|
|
void build_initial_forms(Function& function);
|
|
} // namespace decompiler
|