mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 06:09:57 +00:00
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);
|
||
|
}
|