aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/Controllers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/Controllers.h')
-rw-r--r--src/displayapp/Controllers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/Controllers.h b/src/displayapp/Controllers.h
index 9992426c..223c7c69 100644
--- a/src/displayapp/Controllers.h
+++ b/src/displayapp/Controllers.h
@@ -18,6 +18,7 @@ namespace Pinetime {
class Settings;
class MotorController;
class MotionController;
+ class StopWatchController;
class AlarmController;
class BrightnessController;
class SimpleWeatherService;
@@ -41,6 +42,7 @@ namespace Pinetime {
Pinetime::Controllers::Settings& settingsController;
Pinetime::Controllers::MotorController& motorController;
Pinetime::Controllers::MotionController& motionController;
+ Pinetime::Controllers::StopWatchController& stopWatchController;
Pinetime::Controllers::AlarmController& alarmController;
Pinetime::Controllers::BrightnessController& brightnessController;
Pinetime::Controllers::SimpleWeatherService* weatherController;