aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 2ae1655e..7a5e6339 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -166,6 +166,10 @@ public:
// from the config.ini.
bool is_discord_enabled();
+ // Returns the value of whether shaking and flashing should be enabled.
+ // from the config.ini.
+ bool is_shakeandflash_enabled();
+
// Returns the value of the maximum amount of lines the IC chatlog
// may contain, from config.ini.
int get_max_log_size();