RetroArch/ctr/exec-3dsx/exec_cia.h
meepingsnesroms 1a6f572405 Fixes
2018-05-09 18:23:35 -07:00

6 lines
101 B
C

#ifndef EXEC_CIA_H
#define EXEC_CIA_H
int exec_cia(const char* path, const char* args);
#endif