Update applications.h

This commit is contained in:
RogueMaster
2022-09-16 14:12:15 -04:00
parent f4c04e8249
commit 8974ee8486
+6
View File
@@ -38,6 +38,12 @@ extern const size_t FLIPPER_APPS_COUNT;
extern const FlipperOnStartHook FLIPPER_ON_SYSTEM_START[];
extern const size_t FLIPPER_ON_SYSTEM_START_COUNT;
/* Games list
* Spawned by loader
*/
extern const FlipperApplication FLIPPER_GAMES[];
extern const size_t FLIPPER_GAMES_COUNT;
/* Plugins list
* Spawned by loader
*/