InfiniTime/src/displayapp/Apps.h
ZephyrLabs 253a86bb8c Update Apps.h
added Paddle app
2020-12-03 20:03:45 +05:30

8 lines
205 B
C++

#pragma once
namespace Pinetime {
namespace Applications {
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications};
}
}