jak-project/goalc/data_compiler/dir_tpages.h
water111 6366068bc0
Support dir tpages (#671)
* support dir tpages

* fix warnings and bad return

* one more try

* revive the offline test script

* fix this null bug
2021-07-02 14:50:58 -04:00

5 lines
86 B
C++

#pragma once
#include <string>
void compile_dir_tpages(const std::string& filename);