mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 23:22:14 -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);
|
|
} |