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
r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git]
/
cinelerra
/
playtransport.inc
blob
1c14aa7a3caf2339f58f3bb533679950da7f2971
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