mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
16 lines
392 B
C++
16 lines
392 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <maa_core/maa_core_plugin.h>
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
g_autoptr(FlPluginRegistrar) maa_core_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "MaaCorePlugin");
|
|
maa_core_plugin_register_with_registrar(maa_core_registrar);
|
|
}
|