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 13:10:47 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-13 15:34:50 -0500
commit8a7d87a312b3dc42877577e99533c96d48714368 (patch)
treed68d614ba817237e347e0982afdae17b7b54e197 /src/menu_system.h
parentfce37403bbc29521b2b5bd983291b3730f8ad7b4 (diff)
downloadtanetane-8a7d87a312b3dc42877577e99533c96d48714368.tar.gz
tanetane-8a7d87a312b3dc42877577e99533c96d48714368.tar.bz2
tanetane-8a7d87a312b3dc42877577e99533c96d48714368.zip
Added sliders to the settings menu
#7
Diffstat (limited to 'src/menu_system.h')
-rw-r--r--src/menu_system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/menu_system.h b/src/menu_system.h index c921d0b..71e2b39 100644 --- a/src/menu_system.h +++ b/src/menu_system.h
@@ -29,6 +29,10 @@ public:
29 29
30 void pressedDown(); 30 void pressedDown();
31 31
32 void pressedLeft();
33
34 void pressedRight();
35
32 void activateOption(); 36 void activateOption();
33 37
34 // Info 38 // Info