yambar/particles/ramp.h
Daniel Eklöf 3135f1d36d particle: all particles now take margin arguments
Ramp and map however, doesn't allow any values other than 0 (yet).
2018-12-29 20:33:38 +01:00

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);