yambar/particles/dynlist.h

7 lines
215 B
C

#pragma once
#include <stddef.h>
struct particle;
struct exposable *dynlist_exposable_new(struct exposable **exposables, size_t count, int left_spacing,
int right_spacing);