mirror of
https://github.com/open-goal/jak-project
synced 2026-06-10 20:59:11 -04:00
10 lines
213 B
C++
10 lines
213 B
C++
#pragma once
|
|
|
|
#include "common/custom_data/Tfrag3Data.h"
|
|
|
|
#include "decompiler/level_extractor/BspHeader.h"
|
|
|
|
namespace decompiler {
|
|
|
|
void extract_debug_vis(const level_tools::BspHeader& bsp, tfrag3::Level* out);
|
|
} |