1 2 3 4 5 6 7 8 9 10
#ifndef SYNTH_GUI_H #define SYNTH_GUI_H #include <portaudio.h> #include "synth_engine.h" void rayrun(void *synthData, PaStream *stream); #endif /* SYNTH_GUI_H */