ES-DE/rlottie.expmap
Leon Styhre 73411266c1 Squashed 'external/rlottie/' content from commit bf3d272df
git-subtree-dir: external/rlottie
git-subtree-split: bf3d272df3916a0c34575ac8286cb0fe672fd0d4
2022-01-06 22:59:15 +01:00

9 lines
141 B
Plaintext

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