mirror of
https://github.com/zeldaret/tp
synced 2026-05-27 16:13:56 -04:00
10 lines
251 B
C
10 lines
251 B
C
#ifndef F_F_OP_DRAW_ITER_H_
|
|
#define F_F_OP_DRAW_ITER_H_
|
|
|
|
#include "SSystem/SComponent/c_tag.h"
|
|
|
|
static create_tag_class* fopDwIt_GetTag(void);
|
|
create_tag_class* fopDwIt_Begin(void);
|
|
create_tag_class* fopDwIt_Next(create_tag_class* pCreateTag);
|
|
|
|
#endif |