mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -04:00
8 lines
173 B
C++
8 lines
173 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
namespace decompiler {
|
|
void process_streamed_audio(const std::string& dir, const std::vector<std::string>& audio_files);
|
|
} |