summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
blob: 74b121dfe31919cc90558d1a6e4f7d1987140a02 (plain)
1
2
3
4
5
6
7
#pragma once

namespace Pinetime {
  namespace Applications {
    enum class Apps {None, Launcher, Clock, SysInfo, Meter, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications, Twos, HeartRate, Navigation, StopWatch};
  }
}