mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-21 20:42:15 -07:00
11 lines
216 B
C
11 lines
216 B
C
#pragma once
|
|
|
|
#include <flipper_application/plugins/plugin_manager.h>
|
|
|
|
bool load_plugin(
|
|
const char* appid,
|
|
uint32_t version,
|
|
const char* name,
|
|
void* entry_point,
|
|
PluginManager** plugin_manager);
|