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
r870: Merge 2.1:
[cinelerra_cv.git]
/
cinelerra
/
viewmenu.inc
blob
1a3693bc0dde66d392ab9eb29440a22c7be46183
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