ES-DE/external/rlottie/rlottie.expmap

9 lines
141 B
Plaintext

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