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
/
brender.inc
blob
d3f48b975c609c79b31e0fb8976136b9761fdedf
1
#ifndef BRENDER_INC
2
#define BRENDER_INC
3
4
5
6
7
class BRender;
8
class BRenderCommand;
9
class BRenderThread;
10
class BRenderMapItem;
11
class BRenderMap;
12
13
14
15
16
#endif
17
/*
18
// Local Variables:
19
// mode: C++
20
// c-file-style: "linux"
21
// End:
22
*/