Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / cinelerra / assets.inc
blobe02d4c1c69bca5c4306f49dbcb990985379f781a
1 #ifndef ASSETS_INC
2 #define ASSETS_INC
5 class Assets;
8 // Index statuses
9 #define INDEX_READY     0
10 #define INDEX_NOTTESTED 1
11 #define INDEX_BUILDING  2
12 #define INDEX_TOOSMALL  3
17 #endif