diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-08 09:21:54 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-08 09:21:54 +0100 |
| commit | 723ef24e4680c2ab9aa35142e26607c600a716e2 (patch) | |
| tree | e7813cd0e908e9f384142b324cc424c2e96c3cbe /courtroom.h | |
| parent | 85e3938fc6af5d5ca969e47fa0f1a3f0f6305084 (diff) | |
fixed some crashes and started on music list
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index 0478ae69..b1d32d70 100644 --- a/courtroom.h +++ b/courtroom.h @@ -56,6 +56,7 @@ public: QString get_current_char() {return current_char;} void enter_courtroom(int p_cid); + void list_music(); void append_ms_chatmessage(QString f_message); void append_server_chatmessage(QString f_message); |
