blob: 11401c3eef33dd7d04b9766875d0a318fe3c9c03 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
namespace Pinetime {
namespace Applications {
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Brightness, Music, FirmwareValidation,
Paint, Paddle, Notifications, Twos, HeartRate, Navigation, StopWatch, Motion};
}
}
|