jak-project/goalc/data_compiler/game_text.h
water111 953c1512db
Process Text Files in Decompiler (#122)
* begin support for v2

* export game text

* generate text files

* working text load

* fix windows

* add test and clean up game tests a bit

* load the right file

* add separate program to launch the data compiler

* add offline test script
2020-11-19 21:22:16 -05:00

4 lines
84 B
C++

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