mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
/* This version script for ld exposes only (r)lottie namespace. */
|
|
{
|
|
global:
|
|
lottie_*;
|
|
extern "C++" { rlottie::* };
|
|
local:
|
|
*;
|
|
};
|