mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
8 lines
113 B
C
8 lines
113 B
C
|
#ifndef _RGL_EXPORT_DEFINE_H
|
||
|
#define _RGL_EXPORT_DEFINE_H
|
||
|
|
||
|
#define PSGL_EXPORT
|
||
|
#define RGL_EXPORT
|
||
|
|
||
|
#endif
|