ReC98/th02/formats/pi_load.c

8 lines
155 B
C

int pi_slot_load(int slot, const char *fn)
{
int ret = graph_pi_load_pack(
fn, &pi_slot_headers[slot], &pi_slot_buffers[slot]
);
return ret;
}