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

@@ -2,6 +2,6 @@
namespace Pinetime {
namespace Applications {
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications};
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications};
}
}