This repository has been archived on 2017-07-22. You can view files and clone it, but cannot push or open issues/pull-requests.
jlsampler/init.h

9 lines
127 B
C
Raw Permalink Normal View History

2017-07-22 09:04:10 +00:00
#ifndef init_HEADER_
#define init_HEADER_
#include "sampler.h"
void sampler_init(Sampler *sampler, char *conf_path);
#endif