Moved most of the message handling to other classes.

I'm finding that this code is being used multiple times, so inheritance seems to be warranted.
This commit is contained in:
Markil3
2021-07-29 09:11:33 -07:00
parent 6cc001af70
commit 1321549ef3
10 changed files with 926 additions and 350 deletions

View File

@@ -23,5 +23,6 @@ rootProject.name = 'UniversalMusicPlayer'
include ':interface'
include ':add-on'
include ':addonInter'
include ':browserCommands'
include ':player'
include ':libwave'