Initialized graphpin fields
[aftubes.git] / modules.h
blob7fc753d2c8f61297e7999d5308a6ba4eb08ed37b
1 #ifndef MODULES_H
2 #define MODULES_H
4 #include "graph.h"
5 #include "errors.h"
7 err_t wavesource_create(struct graphnode **node_out, const char *filename);
8 err_t playsink_create(struct graphnode **node_out);
10 #endif