jak-project/decompiler/analysis/anonymous_function_def.h
2021-03-14 19:06:51 -04:00

11 lines
295 B
C++

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