mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-28 20:45:40 +02:00
dynlist: move to particles folder
This commit is contained in:
parent
86425fbe48
commit
52f13dec3d
4 changed files with 5 additions and 5 deletions
7
particles/dynlist.h
Normal file
7
particles/dynlist.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include "../particle.h"
|
||||
|
||||
struct exposable *dynlist_exposable_new(
|
||||
struct exposable **exposables, size_t count, int left_spacing, int right_spacing);
|
Loading…
Add table
Add a link
Reference in a new issue