guessing_words/app/windows/flutter/generated_plugin_registrant.cc

15 lines
321 B
C++
Raw Permalink Normal View History

2022-02-14 01:57:47 +03:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <desktop_window/desktop_window_plugin.h>
2022-02-14 01:57:47 +03:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
DesktopWindowPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DesktopWindowPlugin"));
2022-02-14 01:57:47 +03:00
}