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
/
timebar.inc
blob
1303e38dbb0be74a9d409a8a6d17b0869cd07b5f
1
#ifndef TIMEBAR_INC
2
#define TIMEBAR_INC
3
4
class TimeBar;
5
class TimeBarGUI;
6
class LabelGUI;
7
class InPointGUI;
8
class OutPointGUI;
9
10
11
#endif
12
/*
13
// Local Variables:
14
// mode: C++
15
// c-file-style: "linux"
16
// End:
17
*/