jak-project/goalc/data_compiler/game_count.h

4 lines
125 B
C++

#pragma once
#include <string>
void compile_game_count(const std::string& input_filename, const std::string& output_prefix);