jak-project/decompiler/analysis/static_refs.h
water111 4bea175140
[decompiler/compiler] Fixes for task-control (#668)
* fix decompiler for task control

* support in compiler

* changelog

* typo
2021-07-01 21:38:19 -04:00

11 lines
263 B
C++

#pragma once
#include "decompiler/IR2/Form.h"
namespace decompiler {
int insert_static_refs(Form* top_level_form,
FormPool& pool,
const Function& function,
const DecompilerTypeSystem& dts);
}