Pārlūkot izejas kodu

Fix waveform definitions

dds
PaulStoffregen pirms 11 gadiem
vecāks
revīzija
a1c6308a33
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +4
    -4
      Audio.h

+ 4
- 4
Audio.h Parādīt failu

@@ -2,10 +2,10 @@

// waveforms.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

Notiek ielāde…
Atcelt
Saglabāt