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]
/
plugins
/
threshold
/
thresholdwindow.inc
blob
2d6aa6434b6c1440f9888417d379f2a02b57e11b
1
#ifndef THRESHOLDWINDOW_INC
2
#define THRESHOLDWINDOW_INC
3
4
5
6
7
class ThresholdWindow;
8
class ThresholdThread;
9
10
11
12
#endif