| // waveforms.c | // waveforms.c | ||||
| extern "C" { | extern "C" { | ||||
| const int16_t AudioWaveformSine[257]; | |||||
| const int16_t AudioWaveformTriangle[257]; | |||||
| const int16_t AudioWaveformSquare[257]; | |||||
| const int16_t AudioWaveformSawtooth[257]; | |||||
| extern const int16_t AudioWaveformSine[257]; | |||||
| extern const int16_t AudioWaveformTriangle[257]; | |||||
| extern const int16_t AudioWaveformSquare[257]; | |||||
| extern const int16_t AudioWaveformSawtooth[257]; | |||||
| } | } | ||||
| // windows.c | // windows.c |