// SPDX-License-Identifier: GPL-3.0-or-later // // VB Lab Migration Assistant for Flipper Zero // Copyright (C) 2022 cyanic // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . ADD_SCENE(vb_migrate, main_menu, MainMenu) ADD_SCENE(vb_migrate, register, Register) ADD_SCENE(vb_migrate, register_save, RegisterSave) ADD_SCENE(vb_migrate, save_success, SaveSuccess) ADD_SCENE(vb_migrate, select, Select) ADD_SCENE(vb_migrate, load, Load) ADD_SCENE(vb_migrate, info, Info) ADD_SCENE(vb_migrate, dev_menu, DevMenu) ADD_SCENE(vb_migrate, delete, Delete) ADD_SCENE(vb_migrate, delete_success, DeleteSuccess) ADD_SCENE(vb_migrate, from_app, FromApp) ADD_SCENE(vb_migrate, to_app, ToApp) ADD_SCENE(vb_migrate, delete_captures, DeleteCaptures) ADD_SCENE(vb_migrate, delete_captures_success, DeleteCapturesSuccess) ADD_SCENE(vb_migrate, about, About)