mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
7 lines
215 B
C
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);
|