ReC98/th02/formats/pi_load.c

6 lines
133 B
C

int pi_load(int slot, const char *fn)
{
int ret = graph_pi_load_pack(fn, &pi_headers[slot], &pi_buffers[slot]);
return ret;
}