mirror of
https://github.com/libretro/RetroArch.git
synced 2026-04-06 00:01:06 +08:00
6 lines
97 B
C
6 lines
97 B
C
#ifndef EXEC_CIA_H
|
|
#define EXEC_CIA_H
|
|
|
|
int exec_cia(const char* path, const char** args);
|
|
|
|
#endif |