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

This commit is contained in:
Daniel Eklöf 2019-01-12 22:48:23 +01:00
parent c2db518a4f
commit 0f8f21510a
4 changed files with 46 additions and 19 deletions

View file

@ -1,5 +1,4 @@
#pragma once
#include "../particle.h"
struct particle *particle_empty_new(
int left_margin, int right_margin, const char *on_click_template);
extern const struct particle_info particle_empty;