summary refs log tree commit diff stats
path: root/src/menu_system.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-13 09:51:24 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-13 15:34:50 -0500
commitf9dd0fbabe5348fcd9841978cdd9d3a5824a5dec (patch)
tree2d27fd932135254f8cc7f73146f78a283f4038a4 /src/menu_system.h
parent7b0ac7fc096b2dadb47780e9afd141395b6a111b (diff)
downloadtanetane-f9dd0fbabe5348fcd9841978cdd9d3a5824a5dec.tar.gz
tanetane-f9dd0fbabe5348fcd9841978cdd9d3a5824a5dec.tar.bz2
tanetane-f9dd0fbabe5348fcd9841978cdd9d3a5824a5dec.zip
Pause menu commands can do something
#7
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(); }