mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-02 21:37:14 +00:00
7 lines
110 B
C
7 lines
110 B
C
int real_main(int argc, char *argv[]);
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return real_main(argc, argv);
|
|
}
|