summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Apps.h
blob: 2666d905776f3692b94aed6564ea9fb5e4cd537d (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};
  }
}