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
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
cinelerra
/
assets.inc
blob
e02d4c1c69bca5c4306f49dbcb990985379f781a
1
#ifndef ASSETS_INC
2
#define ASSETS_INC
3
4
5
class Assets;
6
7
8
// Index statuses
9
#define INDEX_READY 0
10
#define INDEX_NOTTESTED 1
11
#define INDEX_BUILDING 2
12
#define INDEX_TOOSMALL 3
13
14
15
16
17
#endif