#ifndef SYNTH_GUI_H
#define SYNTH_GUI_H

#include <portaudio.h>

#include "synth_engine.h"

void rayrun(synth_t *synth);

#endif /* SYNTH_GUI_H */