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
/
playtransport.inc
blob
e55444fc7e29400bf331a42c513120522178fc5e
1
#ifndef PLAYTRANSPORT_INC
2
#define PLAYTRANSPORT_INC
3
4
class PlayTransport;
5
class PTransportButton;
6
class PlayButton;
7
class FramePlayButton;
8
class ReverseButton;
9
class FrameReverseButton;
10
class FastReverseButton;
11
class FastPlayButton;
12
class RewindButton;
13
class StopButton;
14
class EndButton;
15
16
#endif
17
/*
18
// Local Variables:
19
// mode: C++
20
// c-file-style: "linux"
21
// End:
22
*/