diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2020-03-14 22:58:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-14 22:58:47 -0500 |
| commit | a411568676cfa1f447baea9c57f3f82f0eadf077 (patch) | |
| tree | 9252ffd0fc3538e49b1b5d51a50e69323ad49f6b /include/aoapplication.h | |
| parent | 5f69d4e6493475e41fdad34f5041d1a8bdc8176c (diff) | |
| parent | 1b0930b977b5e7ee1b7bd1c7eeb9625702d928e3 (diff) | |
Merge pull request #8 from AttorneyOnline/master
bring up to date
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index e4f2ee68..03aa01a1 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -58,6 +58,8 @@ public: void construct_courtroom(); void destruct_courtroom(); + bool is_music_track(QString trackname); + void ms_packet_received(AOPacket *p_packet); void server_packet_received(AOPacket *p_packet); |
