jak-project/goalc/data_compiler/game_count.h
water111 09142d1712
Support "game count" and v4 objects (#140)
* generate object, but not supported in linker yet

* add link and tests

* update types
2020-11-24 20:48:38 -05:00

4 lines
85 B
C++

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