mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 06:09:57 +00:00
4bea175140
* fix decompiler for task control * support in compiler * changelog * typo
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);
|
|
}
|