mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
f763eb6bf0
* [jak2] support for multiple out/ directories * windows
5 lines
122 B
C++
5 lines
122 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void compile_dir_tpages(const std::string& input_file, const std::string& output_prefix); |