mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
9 lines
209 B
C++
9 lines
209 B
C++
#pragma once
|
|
|
|
#include "decompiler/Function/Function.h"
|
|
|
|
namespace decompiler {
|
|
void run_defpartgroup(Function& top_level_func,
|
|
std::unordered_map<u32, std::string>& part_group_table);
|
|
}
|