mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 10:12:14 -04:00
953c1512db
* 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
4 lines
84 B
C++
4 lines
84 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
void compile_game_text(const std::string& filename); |