summaryrefslogblamecommitdiffstats
path: root/src/synth_gui.h
blob: 9870e538aa5e7fada671baed70d4ec0e6590dd93 (plain) (tree)
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(synth_t *synth);

#endif /* SYNTH_GUI_H */