repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
cinelerra
/
timebar.inc
blob
0d8ed4192ae4647f60b349720fb2a7e4c109a205
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