mirror of
https://github.com/open-goal/jak-project
synced 2026-08-07 18:23:13 -04:00
13 lines
379 B
C++
13 lines
379 B
C++
#pragma once
|
|
|
|
#include "common/custom_data/Tfrag3Data.h"
|
|
#include "decompiler/ObjectFile/ObjectFileDB.h"
|
|
|
|
namespace decompiler {
|
|
|
|
void extract_shadow(const ObjectFileData& ag_data,
|
|
const DecompilerTypeSystem& dts,
|
|
tfrag3::Level& out,
|
|
bool dump_level,
|
|
GameVersion version);
|
|
} // namespace decompiler
|