forked from external/yambar
5 lines
147 B
C
5 lines
147 B
C
#pragma once
|
|
#include "../particle.h"
|
|
|
|
struct particle *particle_empty_new(
|
|
int left_margin, int right_margin, const char *on_click_template);
|