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
/
menueffects.inc
blob
28760692fd40f83cb6d2b1de5f5184e74b119986
1
#ifndef MENUEFFECTS_INC
2
#define MENUEFFECTS_INC
3
4
5
class MenuEffects;
6
class MenuEffectPrompt;
7
class MenuEffectJob;
8
9
// Reuse strategies from render.inc
10
11
#endif