summaryrefslogtreecommitdiffstats
path: root/src/synth_gui.h
blob: d08a7f4dbed4e47dabfd549f9eaed5ef1cfcab2a (plain) (blame)
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);

#endif /* SYNTH_GUI_H */