1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-06 22:13:25 +00:00
2018-05-16 16:26:38 -07:00

6 lines
102 B
C

#ifndef EXEC_CIA_H
#define EXEC_CIA_H
int exec_cia(const char* path, const char** args);
#endif