jak-project/decompiler/analysis/anonymous_function_def.h

11 lines
295 B
C
Raw Normal View History

2021-03-14 19:06:51 -04:00
#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);
}