add tetris game & games menu & 2 icons

This commit is contained in:
Eng1n33r
2022-06-01 20:54:51 +03:00
parent 50fccb4455
commit 532253867e
33 changed files with 561 additions and 10 deletions

View File

@@ -42,6 +42,12 @@ extern const size_t FLIPPER_ON_SYSTEM_START_COUNT;
extern const FlipperApplication FLIPPER_PLUGINS[];
extern const size_t FLIPPER_PLUGINS_COUNT;
/* Games list
* Spawned by loader
*/
extern const FlipperApplication FLIPPER_GAMES[];
extern const size_t FLIPPER_GAMES_COUNT;
/* Debug menu apps
* Spawned by loader
*/