summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/enum.c
blob: fa8595a55a1bfbe0ef70044c1608eb6b22ca1ad0 (plain)
1
2
3
4
5
6
7
#include <gu/enum.h>

void
gu_enum_next(GuEnum* en, void* to, GuPool* pool)
{
	en->next(en, to, pool);
}