sint-gauntlet/synth.h

13 lines
108 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
float get_sample(void);
#ifdef __cplusplus
}
#endif