dynlist: move to particles folder

This commit is contained in:
Daniel Eklöf 2018-12-29 22:13:00 +01:00
parent 86425fbe48
commit 52f13dec3d
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +0,0 @@
#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);