mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00: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 |