Add back 2 patches for histogram and overlayframe that are working correctly and...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / proxy.inc
1 #ifndef __PROXY_INC__
2 #define __PROXY_INC__
3
4 class ProxyMenuItem;
5 class FromProxyMenuItem;
6 class ProxyRender;
7 class ProxyDialog;
8 class ProxyUseScaler;
9 class ProxyAutoScale;
10 class ProxyBeepOnDone;
11 class ProxyFormatTools;
12 class ProxyMenu;
13 class ProxyTumbler;
14 class ProxyWindow;
15 class ProxyPackage;
16 class ProxyClient;
17 class ProxyFarm;
18 class ProxyBeep;
19
20 #endif