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