blob: 8241b188f13a095153844c2935a1de9d700db95d (
plain)
1
2
3
4
5
6
7
|
#pragma once
namespace Pinetime {
namespace Applications {
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications, Notifications2};
}
}
|