mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-27 00:10:31 +00:00
11 lines
263 B
C
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);
|
||
|
}
|