mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07: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 |