mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
4 lines
111 B
C
4 lines
111 B
C
#pragma once
|
|
#include "../particle.h"
|
|
|
|
struct particle *particle_empty_new(int left_margin, int right_margin);
|