From 546d3c897031d2b6f1c36c4b9cd94e3b9e0e62b9 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Tue, 23 Oct 2018 09:33:58 +0200 Subject: Moved bassopus stuff to its own function. Not that it works, so whatever. --- courtroom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 4aa4f006..1ee09cd9 100644 --- a/courtroom.h +++ b/courtroom.h @@ -645,6 +645,8 @@ private slots: void on_switch_area_music_clicked(); void ping_server(); + + void load_bass_opus_plugin(); }; #endif // COURTROOM_H -- cgit