summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
blob: 7e4afa2ee3bda6a4bc94d200762e855ff0852ffb (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, Paddle, Notifications};
  }
}