diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-01-03 13:40:29 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-03 13:40:29 (GMT) |
| commit | 033a09db6d3dc515bd32b942809feb5059679cfc (patch) | |
| tree | 0994e88f94125833d6fc8a3f474acb3daa6f4229 /src/displayapp/Apps.h | |
| parent | e0082f0ae33a809480ee409ccffdd136c13248e4 (diff) | |
| parent | 12617ed1bf0738970c1ccf32d0b523e6d5999531 (diff) | |
Merge pull request #154 from jedmijares/twos-game
Adds 2048 clone game
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 7e4afa2..f5fb24d 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, Paddle, Notifications}; + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications, Twos}; } } |
