Renamed DisplayApp/ to displayapp/

This commit is contained in:
Avamander
2020-10-02 21:46:41 +03:00
parent 30c261028e
commit e3fb2f0b89
100 changed files with 70 additions and 70 deletions

7
src/displayapp/Apps.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
namespace Pinetime {
namespace Applications {
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint};
}
}