summary refs log tree commit diff stats
path: root/src/menu_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu_system.h')
-rw-r--r--src/menu_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu_system.h b/src/menu_system.h index fa373cb..58a574f 100644 --- a/src/menu_system.h +++ b/src/menu_system.h
@@ -28,6 +28,8 @@ public:
28 28
29 void pressedDown(); 29 void pressedDown();
30 30
31 void activateOption();
32
31 // Info 33 // Info
32 34
33 double getPauseAnimationProgress() const { return pauseAnimation_.getProgress(); } 35 double getPauseAnimationProgress() const { return pauseAnimation_.getProgress(); }