mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-14 06:44:46 +00:00
16 lines
398 B
C++
16 lines
398 B
C++
//
|
|||
// Generated file. Do not edit.
|
|||
//
|
|||
|
|||
// clang-format off
|
|||
|
|||
#include "generated_plugin_registrant.h"
|
|||
|
|||
#include <cw_monero/cw_monero_plugin.h>
|
|||
|
|||
void fl_register_plugins(FlPluginRegistry* registry) {
|
|||
g_autoptr(FlPluginRegistrar) cw_monero_registrar =
|
|||
fl_plugin_registry_get_registrar_for_plugin(registry, "CwMoneroPlugin");
|
|||
cw_monero_plugin_register_with_registrar(cw_monero_registrar);
|
|||
}
|