mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 19:35:44 +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);
|