jak-project/decompiler/analysis/cfg_builder.h
water111 2f722e6379
[Decompiler] Expression Building (#211)
* 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
2021-01-24 16:39:15 -05:00

6 lines
125 B
C++

#pragma once
namespace decompiler {
class Function;
void build_initial_forms(Function& function);
} // namespace decompiler