ソースを参照

Fix waveform definitions

dds
PaulStoffregen 11年前
コミット
a1c6308a33
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      Audio.h

+ 4
- 4
Audio.h ファイルの表示

@@ -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

読み込み中…
キャンセル
保存