mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
6 lines
180 B
C
6 lines
180 B
C
#pragma once
|
|
#include "../particle.h"
|
|
|
|
struct particle *particle_ramp_new(
|
|
const char *tag, struct particle *particles[], size_t count,
|
|
int left_margin, int right_margin);
|