Addition of new files in MakeList

added Paddle.cpp and Paddle.h
This commit is contained in:
ZephyrLabs
2020-12-03 19:46:36 +05:30
parent b404ac50db
commit 1d69c79942
9 changed files with 265 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() {
{Symbols::asterisk, Apps::Meter},
{Symbols::paintbrush, Apps::Paint},
{Symbols::info, Apps::Notifications},
{Symbols::none, Apps::None},
{Symbols::paddle, Apps::Paddle},
{Symbols::none, Apps::None}
}
};