1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-03 13:14:04 +00:00
2019-02-03 15:43:42 -08:00

6 lines
97 B
C

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