projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Credit Andrew R for finding the direct copy mods for exr and ppm sequences
[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