mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
13 lines
90 B
C
13 lines
90 B
C
|
#ifndef WRAPPER_H
|
||
|
#define WRAPPER_H
|
||
|
|
||
|
extern "C" {
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif // WRAPPER_H
|