|
@@ -6,5 +6,7 @@
|
|
|
|
|
|
|
|
void totp_scene_add_new_token_activate(PluginState* plugin_state);
|
|
void totp_scene_add_new_token_activate(PluginState* plugin_state);
|
|
|
void totp_scene_add_new_token_render(Canvas* const canvas, const PluginState* plugin_state);
|
|
void totp_scene_add_new_token_render(Canvas* const canvas, const PluginState* plugin_state);
|
|
|
-bool totp_scene_add_new_token_handle_event(const PluginEvent* const event, PluginState* plugin_state);
|
|
|
|
|
|
|
+bool totp_scene_add_new_token_handle_event(
|
|
|
|
|
+ const PluginEvent* const event,
|
|
|
|
|
+ PluginState* plugin_state);
|
|
|
void totp_scene_add_new_token_deactivate(PluginState* plugin_state);
|
|
void totp_scene_add_new_token_deactivate(PluginState* plugin_state);
|