diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-03-15 17:06:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-15 17:06:22 +0100 |
| commit | ac31da6b146edfca64e8500ea113dd0e5dbae6d4 (patch) | |
| tree | 0376cfb6de028cb7b7aa356c96bb3bd610cb7ea9 /include | |
| parent | 4b0110d96cb3ad383d8ca517faa3c5235bed21df (diff) | |
| parent | dd2daf55f3d987fddb47a5afd269eaf00a674b8d (diff) | |
Merge pull request #104 from Crystalwarrior/music_list_update
Allow servers to send area list and music list refresh requests
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 30c3b94..74374c9 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -77,6 +77,8 @@ public: void append_evidence(evi_type p_evi){evidence_list.append(p_evi);} void append_music(QString f_music){music_list.append(f_music);} void append_area(QString f_area){area_list.append(f_area);} + void clear_music(){music_list.clear();} + void clear_areas(){area_list.clear();} void handle_failed_login(); QString threading_sfx = ""; QString threading_shake = ""; |
