repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r634: Fixed missing local variable initialization. (Bug 188)
[cinelerra_cv.git]
/
cinelerra
/
batch.inc
blob
4d2afba914e37783c4c22ad540ff1d13be8be659
1
#ifndef BATCH_INC
2
#define BATCH_INC
3
4
class Batch;
5
6
#endif