summaryrefslogtreecommitdiff
path: root/include/f_op/f_op_draw_iter.h
blob: 1455b65aeb8124340a0de58bf6ec181b5510bd8b (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;

static create_tag_class* fopDwIt_GetTag(void);
create_tag_class* fopDwIt_Begin(void);
create_tag_class* fopDwIt_Next(create_tag_class* pCreateTag);

#endif