ReC98/th02/formats/pf.hpp

7 lines
132 B
C++

// TH02 packfile declarations.
static inline void game_pfopen(void) {
extern const char pf_fn[];
pfkey = 0x12;
pfstart(pf_fn);
}