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