mirror of https://github.com/nmlgc/ReC98.git
7 lines
132 B
C++
7 lines
132 B
C++
|
// TH02 packfile declarations.
|
||
|
static inline void game_pfopen(void) {
|
||
|
extern const char pf_fn[];
|
||
|
pfkey = 0x12;
|
||
|
pfstart(pf_fn);
|
||
|
}
|