mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
15 lines
291 B
C++
15 lines
291 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <veilid/veilid_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
VeilidPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("VeilidPlugin"));
|
|
}
|