summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJed <jed@mijar.es>2021-01-02 20:08:12 (GMT)
committerJed <jed@mijar.es>2021-01-02 20:15:12 (GMT)
commit12617ed1bf0738970c1ccf32d0b523e6d5999531 (patch)
treefe2d90d5495906266bff927516b5284627e66444 /src/displayapp/Apps.h
parentb4fb8897ac97e5ee6299842dac0384ce585743bb (diff)
adds 2048 clone game
styles table reads touch events allows moving tiles allows merging tiles improves tile movement allows merging tiles adds score display implements color edit comments adjust game logic disallows double merges
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h2
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};
}
}