1
0
mirror of https://github.com/mon/2dxTools.git synced 2024-11-27 23:40:49 +01:00
2dxTools/2dxWav.h

9 lines
157 B
C
Raw Normal View History

2017-03-23 13:36:32 +01:00
#ifndef _2DX_WAV_H
#define _2DX_WAV_H
#include "shared.h"
// Converts a wav to a file
int convert_wav(char* inFile, char* outWav, int trimPreview);
#endif