5 #include "cwindowgui.inc"
12 class APanelPluginAuto
;
19 APanel(MWindow
*mwindow
, CWindowGUI
*subwindow
, int x
, int y
, int w
, int h
);
25 CWindowGUI
*subwindow
;
27 APanelPluginAuto
*plugin_autos
[PLUGINS
];
32 class APanelPluginAuto
: public BC_FPot
35 APanelPluginAuto(MWindow
*mwindow
, APanel
*gui
, int x
, int y
);
42 class APanelMute
: public BC_CheckBox
45 APanelMute(MWindow
*mwindow
, APanel
*gui
, int x
, int y
);
52 class APanelPlay
: public BC_CheckBox
55 APanelPlay(MWindow
*mwindow
, APanel
*gui
, int x
, int y
);