Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / asset.inc
blobfb4a0ee628f213f419dcf5a6521ec18e47d8dfa7
1 #ifndef ASSET_INC
2 #define ASSET_INC
5 class Asset;
6 class InterlaceautofixoptionItem;
7 class InterlacefixmethodItem;
9 #include <boost/shared_ptr.hpp>
11 typedef boost::shared_ptr<Asset> Asset_GC;
13 #endif
15 //      Local Variables:
16 //      mode: C++
17 //      c-file-style: "linux"
18 //      End: