particle/ramp: expose info through the new struct particle_info struct

This commit is contained in:
Daniel Eklöf 2019-01-13 10:40:47 +01:00
parent 21e28315e3
commit 9f8000b047
4 changed files with 44 additions and 42 deletions

View file

@ -1,6 +1,4 @@
#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, const char *on_click_template);
extern const struct particle_info particle_ramp;