mirror of
https://github.com/open-goal/jak-project
synced 2026-08-15 12:59:39 -04:00
6366068bc0
* support dir tpages * fix warnings and bad return * one more try * revive the offline test script * fix this null bug
5 lines
86 B
C++
5 lines
86 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void compile_dir_tpages(const std::string& filename); |