InfiniTime/src/displayapp/Apps.h
2020-10-02 21:46:41 +03:00

7 lines
181 B
C++

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