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
/
edithandles.inc
blob
3855c7e91869aa5b6b3844cf1c7f60c77b435de8
1
#ifndef EDITHANDLES_INC
2
#define EDITHANDLES_INC
3
4
class EditHandle;
5
class EditHandles;
6
7
8
#define EDIT_IN 0
9
#define EDIT_OUT 1
10
11
#endif
12
/*
13
// Local Variables:
14
// mode: C++
15
// c-file-style: "linux"
16
// End:
17
*/