mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
6 lines
No EOL
97 B
C
6 lines
No EOL
97 B
C
#ifndef EXEC_CIA_H
|
|
#define EXEC_CIA_H
|
|
|
|
int exec_cia(const char* path, const char** args);
|
|
|
|
#endif |