Sona 0.50 Source

Sona 0.50/tools/wav2swav/wav.h

#ifndef WAV_H_
#define WAV_H_

#include "main.h"

Waveform *load_wav(const char *filename);

#endif