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
/
recordablevtracks.h
blob
3970e9e4e8e875c27bf5f38c5ba6000eed349639
1
#ifndef RECORDABLEVTRACKS_H
2
#define RECORDABLEVTRACKS_H
3
4
#include
"arraylist.h"
5
#include
"tracks.inc"
6
#include
"vtrack.inc"
7
8
class
RecordableVTracks
:
public
ArrayList
<
VTrack
*>
9
{
10
public
:
11
RecordableVTracks
(
Tracks
*
tracks
);
12
};
13
14
15
16
#endif
17
/*
18
// Local Variables:
19
// mode: C++
20
// c-file-style: "linux"
21
// End:
22
*/