mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 13:23:40 +00:00
6 lines
102 B
C
6 lines
102 B
C
#ifndef EXEC_CIA_H
|
|
#define EXEC_CIA_H
|
|
|
|
int exec_cia(const char* path, const char** args);
|
|
|
|
#endif |