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
r1014: Enable horizontal scrolling with the mouse wheel by pressing Ctrl.
[cinelerra_cv/ct.git]
/
cinelerra
/
brender.inc
blob
e504bb0580a0fbc14fe31bbc970c95851a598889
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