update totp plugin

https://github.com/akopachov/flipper-zero_authenticator
This commit is contained in:
MX
2022-10-13 16:57:08 +03:00
parent 220adf2375
commit 8e0e4b5e2c
49 changed files with 1989 additions and 1934 deletions

View File

@@ -5,10 +5,7 @@
#include "../types/plugin_event.h"
#include "totp_scenes_enum.h"
void totp_scene_director_activate_scene(
PluginState* const plugin_state,
Scene scene,
const void* context);
void totp_scene_director_activate_scene(PluginState* const plugin_state, Scene scene, const void* context);
void totp_scene_director_deactivate_active_scene(PluginState* const plugin_state);
void totp_scene_director_init_scenes(PluginState* const plugin_state);
void totp_scene_director_render(Canvas* const canvas, PluginState* const plugin_state);