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
/
vpluginarray.inc
blob
a0cca59d752a9b56800195a4d7b6c2d2eb8b369c
1
#ifndef VPLUGINARRAY_INC
2
#define VPLUGINARRAY_INC
3
4
5
class VPluginArray;
6
7
#endif
8
/*
9
// Local Variables:
10
// mode: C++
11
// c-file-style: "linux"
12
// End:
13
*/