mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 09:55:39 +02:00
Revert "particle/list: optionally destroy sub particles"
This reverts commit c5d3e934b4
.
This commit is contained in:
parent
5a155d1a8d
commit
6bd698fbc8
3 changed files with 5 additions and 16 deletions
|
@ -1,9 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../particle.h"
|
||||
|
||||
struct particle *particle_list_new(
|
||||
struct particle *particles[], size_t count,
|
||||
int left_spacing, int right_spacing, int left_margin, int right_margin,
|
||||
bool take_ownership);
|
||||
int left_spacing, int right_spacing, int left_margin, int right_margin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue