jak-project/decompiler/analysis/find_defpartgroup.h
ManDude 27bb6c6384
[decompiler] decompile particle defs using specialized macros (#1077)
* [decompiler] `defpart` and `defpartgroup`

* support sounds in part defs natively

* make `meters_to_string`

* update refs

* clang

* make macros in pair only work inside `(unquote ...`

* update source

* update finish

* fix
2022-01-15 20:01:38 -05:00

8 lines
131 B
C++

#pragma once
#include "decompiler/Function/Function.h"
namespace decompiler {
void run_defpartgroup(Function& top_level_func);
}