2022-11-28 02:26:36 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-02-23 05:51:53 +00:00
|
|
|
#include <modal_progress_hud_nsn/modal_progress_hud_nsn_plugin.h>
|
2022-11-28 02:26:36 +00:00
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2023-02-23 05:51:53 +00:00
|
|
|
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);
|
2022-11-28 02:26:36 +00:00
|
|
|
}
|