mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
27bb6c6384
* [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
8 lines
131 B
C++
8 lines
131 B
C++
#pragma once
|
|
|
|
#include "decompiler/Function/Function.h"
|
|
|
|
namespace decompiler {
|
|
void run_defpartgroup(Function& top_level_func);
|
|
}
|