22 #ifndef TETRAEDGE_GAME_OPTIONS_MENU_H 23 #define TETRAEDGE_GAME_OPTIONS_MENU_H 25 #include "tetraedge/te/te_lua_gui.h" 26 #include "tetraedge/te/te_music.h" 34 void enter()
override;
35 void leave()
override;
39 bool onCreditsButton();
40 bool onDialogVolumeMinusButton();
41 bool onDialogVolumePlusButton();
42 bool onMusicVolumeMinusButton();
43 bool onMusicVolumePlusButton();
44 bool onPrivacyPolicyButton() {
return false; }
46 bool onSFXVolumeMinusButton();
47 bool onSFXVolumePlusButton();
48 bool onSupportButton() {
return false; }
49 bool onTermsOfServiceButton() {
return false; }
50 bool onVideoVolumeMinusButton();
51 bool onVideoVolumePlusButton();
53 bool onVisibleTutoNextPage();
55 void updateDialogVolumeJauge();
56 void updateMusicVolumeJauge();
57 void updateSFXVolumeJauge();
58 void updateVideoVolumeJauge();
71 #endif // TETRAEDGE_GAME_OPTIONS_MENU_H
Definition: detection.h:27
Definition: te_lua_gui.h:51
Definition: te_music.h:35