Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorits your bedtime <23366927+itsyourbedtime@users.noreply.github.com>2021-04-26 15:19:14 +0300
committerGitHub <noreply@github.com>2021-04-26 15:19:14 +0300
commit51d726c2d77a71fc305245867a13903a959cc540 (patch)
treedad251812ca04da2e65bffcad9e0b008a49143c9 /applications/applications.h
parentdbb8a926530ffbbc4f03b1b88013cc412c6c648b (diff)
[FL-1149] Dolphin: stage 3 (#422)
* dolphin scenes refactoring & restructuring phase 1 * Passport app: mood and level display, opens from main menu and dolphin scenes. Dolphin scenes: minor refactoring (WIP) * dolphin scene app restruct * use gui defines for screen size * mv passport to dolphin dir Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications/applications.h')
-rw-r--r--applications/applications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/applications.h b/applications/applications.h
index 830dbcc9..98f9373f 100644
--- a/applications/applications.h
+++ b/applications/applications.h
@@ -31,6 +31,6 @@ extern const size_t FLIPPER_PLUGINS_COUNT;
/* Seperate scene app holder
* Spawned by app-loader
*/
-extern const FlipperApplication FLIPPER_SCENES;
+extern const FlipperApplication FLIPPER_SCENE;
extern const FlipperApplication FLIPPER_SCENE_APPS[];
extern const size_t FLIPPER_SCENE_APPS_COUNT;