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
/
asset.inc
blob
fb4a0ee628f213f419dcf5a6521ec18e47d8dfa7
1
#ifndef ASSET_INC
2
#define ASSET_INC
3
4
5
class Asset;
6
class InterlaceautofixoptionItem;
7
class InterlacefixmethodItem;
8
9
#include <boost/shared_ptr.hpp>
10
11
typedef boost::shared_ptr<Asset> Asset_GC;
12
13
#endif
14
/*
15
// Local Variables:
16
// mode: C++
17
// c-file-style: "linux"
18
// End:
19
*/