group selection rework, rm inv title clr, add titlebar alpha textbox, default proxy...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / zoombar.inc
index 3ba46a558b578b3baf13586c1c7f7e3607dfbfff..29c89aa76e94b754bae7fac7c11a15b752f2414a 100644 (file)
 #define ZOOMBAR_INC
 
 class ZoomBar;
+class SampleZoomPanel;
+class AmpZoomPanel;
+class TrackZoomPanel;
+class AutoZoom;
+class AutoTypeMenu;
+class ZoomTextBox;
+class FromTextBox;
+class LengthTextBox;
+class ToTextBox;
+class TitleAlphaBar;
+class TitleAlphaText;
+
 #define ZOOMBAR_PIXELS 24
 
 #endif