Flipper Zero Firmware
Loading...
Searching...
No Matches
example_plugins_advanced/plugin_interface.h
Go to the documentation of this file.
1
7#pragma once
8
9#define PLUGIN_APP_ID "example_plugins_advanced"
10#define PLUGIN_API_VERSION 1
11
12typedef struct {
13 const char* name;
14 void (*method1)(int);
15 void (*method2)(void);
Definition example_plugins_advanced/plugin_interface.h:12