mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -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 |