git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
small as3 fixes
[swftools.git]
/
lib
/
readers
/
image.h
1
#ifndef __image_h__
2
#define __image_h__
3
4
#include "../gfxdevice.h"
5
#include "../gfxsource.h"
6
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
11
gfxsource_t*gfxsource_image_create();
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
18
19
20
21
22