mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
8 lines
141 B
Text
8 lines
141 B
Text
/* This version script for ld exposes only (r)lottie namespace. */
|
|
{
|
|
global:
|
|
lottie_*;
|
|
extern "C++" { rlottie::* };
|
|
local:
|
|
*;
|
|
};
|