9 lines
268 B
C++
9 lines
268 B
C++
#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};
|
|
}
|
|
}
|