emulationstation-de/external/rlottie/rlottie.expmap

8 lines
141 B
Text

/* This version script for ld exposes only (r)lottie namespace. */
{
global:
lottie_*;
extern "C++" { rlottie::* };
local:
*;
};