blob: d7f8ba934c9defa53458e9c4a8338701f5765a43 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef F_F_OP_DRAW_ITER_H_
#define F_F_OP_DRAW_ITER_H_
typedef struct create_tag_class create_tag_class;
create_tag_class* fopDwIt_GetTag();
create_tag_class* fopDwIt_Begin();
create_tag_class* fopDwIt_Next(create_tag_class* i_createTag);
#endif
|