mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 08:09:29 -04:00
9 lines
272 B
C
9 lines
272 B
C
#pragma once
|
|
|
|
#include "config.h"
|
|
|
|
int run_decompilation_process(decompiler::Config config,
|
|
const fs::path& in_folder,
|
|
const fs::path& out_folder,
|
|
const bool minimal_for_extractor);
|