particle/dynlist: link particle-sdk PRIVATE:ly

This commit is contained in:
Daniel Eklöf 2019-01-13 21:45:49 +01:00
parent 2f83ed1fc3
commit bc9c33c187
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <stddef.h>
#include "../particle.h"
struct particle;
struct exposable *dynlist_exposable_new(
struct exposable **exposables, size_t count, int left_spacing, int right_spacing);