proxy/mixer fixes, add proxy beep, igor ru xlat
[goodguy/history.git] / cinelerra-5.1 / cinelerra / proxy.inc
diff --git a/cinelerra-5.1/cinelerra/proxy.inc b/cinelerra-5.1/cinelerra/proxy.inc
new file mode 100644 (file)
index 0000000..dcf1b75
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef __PROXY_INC__
+#define __PROXY_INC__
+
+class ProxyMenuItem;
+class FromProxyMenuItem;
+class ProxyRender;
+class ProxyDialog;
+class ProxyUseScaler;
+class ProxyAutoScale;
+class ProxyBeepOnDone;
+class ProxyFormatTools;
+class ProxyMenu;
+class ProxyTumbler;
+class ProxyWindow;
+class ProxyPackage;
+class ProxyClient;
+class ProxyFarm;
+class ProxyBeep;
+
+#endif