mirror of
				https://github.com/kphanipavan/modal_progress_hud_nsn.git
				synced 2025-10-30 15:22:49 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			474 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			474 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| //  Generated file. Do not edit.
 | |
| //
 | |
| 
 | |
| // clang-format off
 | |
| 
 | |
| #include "generated_plugin_registrant.h"
 | |
| 
 | |
| #include <modal_progress_hud_nsn/modal_progress_hud_nsn_plugin.h>
 | |
| 
 | |
| void fl_register_plugins(FlPluginRegistry* registry) {
 | |
|   g_autoptr(FlPluginRegistrar) modal_progress_hud_nsn_registrar =
 | |
|       fl_plugin_registry_get_registrar_for_plugin(registry, "ModalProgressHudNsnPlugin");
 | |
|   modal_progress_hud_nsn_plugin_register_with_registrar(modal_progress_hud_nsn_registrar);
 | |
| }
 |