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
/
amodule.inc
blob
26925267c4e1c8772322b0482a79f210bc38ed1e
1
#ifndef AMODULE_INC
2
#define AMODULE_INC
3
4
class AModule;
5
6
#define AMODULEHEIGHT 91
7
#define AMODULEWIDTH 106
8
9
10
#endif
11
/*
12
// Local Variables:
13
// mode: C++
14
// c-file-style: "linux"
15
// End:
16
*/