fast-log-viewer/windows/flutter/generated_plugin_registrant.cc

21 lines
635 B
C++
Raw Normal View History

2024-10-06 00:03:02 +00:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <desktop_drop/desktop_drop_plugin.h>
2024-10-06 02:39:50 +00:00
#include <screen_retriever/screen_retriever_plugin.h>
#include <window_manager/window_manager_plugin.h>
2024-10-06 00:03:02 +00:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
DesktopDropPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DesktopDropPlugin"));
2024-10-06 02:39:50 +00:00
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
2024-10-06 00:03:02 +00:00
}