mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-25 00:09:06 +00:00
- The project was restarted using Android Studio. - Adoptive platform-specific widgets has been removed due to build issues with Android. - Dual-licensed under the BSD-3-Clause license and UNLICENSE.
15 lines
452 B
C++
15 lines
452 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <bitsdojo_window_linux/bitsdojo_window_plugin.h>
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
g_autoptr(FlPluginRegistrar) bitsdojo_window_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "BitsdojoWindowPlugin");
|
|
bitsdojo_window_plugin_register_with_registrar(bitsdojo_window_linux_registrar);
|
|
}
|