diff options
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 53674005..ce742151 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -535,6 +535,9 @@ public: // Get whether to opt out of player count metrics sent to the master server bool get_player_count_optout(); + // Get if sfx can be sent to play on idle + bool get_sfx_on_idle(); + // Whether opening evidence requires a single or double click bool get_evidence_double_click(); |
