improve README
[platform/core/uifw/lottie-player.git] / rlottie.expmap
1 /* This version script for ld exposes only (r)lottie namespace. */
2 {
3 global:
4     lottie_*;
5     extern "C++" { rlottie::* };
6 local:
7     *;
8 };