diff options
| author | ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> | 2020-12-03 14:16:36 (GMT) |
|---|---|---|
| committer | ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> | 2020-12-03 14:16:36 (GMT) |
| commit | 1d69c79942622eddb531406cabaed77d73bb4c40 (patch) | |
| tree | f9967580db59d979d6c6a044b1e958f941b7b3ac /src/displayapp/Apps.h | |
| parent | b404ac50dbd8cdfe8722987124889c309d42e372 (diff) | |
Addition of new files in MakeList
added Paddle.cpp and Paddle.h
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index bfa799b..2722fe0 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -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}; } }
\ No newline at end of file |
