repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git]
/
hvirtual
/
cinelerra
/
assets.inc
blob
7beb511e3025ecd2a9de4fc664c0fbe66fe34bcf
1
#ifndef ASSETS_INC
2
#define ASSETS_INC
3
4
5
class Assets;
6
class Asset;
7
8
9
// Index statuses
10
#define INDEX_READY 0
11
#define INDEX_NOTTESTED 1
12
#define INDEX_BUILDING 2
13
#define INDEX_TOOSMALL 3
14
15
16
17
18
#endif