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
/
viewmenu.inc
blob
6f7720d7d939ba62e6bde446e07863b116159120
1
#ifndef VIEWMENU_INC
2
#define VIEWMENU_INC
3
4
class PluginAutomation;
5
class ShowAssets;
6
class ShowEdits;
7
class ShowKeyframes;
8
class ShowRenderedOutput;
9
class ShowTitles;
10
class ShowTransitions;
11
class ShowAutomation;
12
class ViewMenu;
13
14
#endif
15
/*
16
// Local Variables:
17
// mode: C++
18
// c-file-style: "linux"
19
// End:
20
*/