r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / cinelerra / assets.inc
blob7beb511e3025ecd2a9de4fc664c0fbe66fe34bcf
1 #ifndef ASSETS_INC
2 #define ASSETS_INC
5 class Assets;
6 class Asset;
9 // Index statuses
10 #define INDEX_READY     0
11 #define INDEX_NOTTESTED 1
12 #define INDEX_BUILDING  2
13 #define INDEX_TOOSMALL  3
18 #endif