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
/
picture.inc
blob
24ee22d2af5b5065f8702d07126180d14d3cc63c
1
#ifndef PICTURE_INC
2
#define PICTURE_INC
3
4
5
class PictureItem;
6
class PictureConfig;
7
8
9
10
11
#endif
12
/*
13
// Local Variables:
14
// mode: C++
15
// c-file-style: "linux"
16
// End:
17
*/