mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +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:
 | |
|     *;
 | |
| };
 | 
