rework scopewindow, spanish xlat updates
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / scopewindow.inc
index a23cb5cf9da2b0d0ff638ea018fde175026550df..3dff0beff86e77e1a5bcbabf4fbb88c3defd5047 100644 (file)
 #ifndef SCOPEWINDOW_INC
 #define SCOPEWINDOW_INC
 
-
-class ScopeGUI;
+class ScopePackage;
+class ScopeUnit;
 class ScopeEngine;
-
-
+class ScopePanel;
+class ScopeWaveform;
+class ScopeVectorscope;
+class ScopeHistogram;
+class ScopeScopesOn;
+class ScopeMenu;
+class ScopeWaveDial;
+class ScopeVectDial;
+class ScopeGUI;
 
 #endif