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
license header for review
[cinelerra_cv/ct.git]
/
cinelerra
/
formatpopup.inc
blob
5ae3008b2f50d42f429fd402853f4e541ed9ec15
1
#ifndef FORMATPOPUP_INC
2
#define FORMATPOPUP_INC
3
4
5
class FormatPopupItem;
6
class FormatPopup;
7
8
9
#endif
10
/*
11
// Local Variables:
12
// mode: C++
13
// c-file-style: "linux"
14
// End:
15
*/