repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
batchrender.inc
blob
dcfc4b1a09a22975007737cd64c5a5bdf4e9dc8e
1
#ifndef BATCHRENDER_INC
2
#define BATCHRENDER_INC
3
4
5
class BatchRenderJob;
6
class BatchRenderThread;
7
class BatchRenderGUI;
8
9
#define BATCH_PATH "batchrender.rc"
10
11
12
#endif
13
/*
14
// Local Variables:
15
// mode: C++
16
// c-file-style: "linux"
17
// End:
18
*/