summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
blob: 3842e4e58778874797b469dad9b8218183e5d986 (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};
  }
}