more fiddling with edgestyles
[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