diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-11-01 21:06:26 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-11-19 21:13:55 +0100 |
| commit | 473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 (patch) | |
| tree | d0ea2ff836a8efdbea5558a3d491760ccdd4d2ba /src/displayapp/Controllers.h | |
| parent | 97ba1a456df385798875c41b29e17273bac92c2d (diff) | |
Fix code formatting
Diffstat (limited to 'src/displayapp/Controllers.h')
| -rw-r--r-- | src/displayapp/Controllers.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/displayapp/Controllers.h b/src/displayapp/Controllers.h index a2f82388..df6b2284 100644 --- a/src/displayapp/Controllers.h +++ b/src/displayapp/Controllers.h @@ -1,11 +1,14 @@ #pragma once + namespace Pinetime { namespace Applications { class DisplayApp; } + namespace Components { class LittleVgl; } + namespace Controllers { class Battery; class Ble; @@ -23,9 +26,11 @@ namespace Pinetime { class MusicService; class NavigationService; } + namespace System { class SystemTask; } + namespace Applications { struct AppControllers { const Pinetime::Controllers::Battery& batteryController; |
