1
0
mirror of https://github.com/mon/2dxTools.git synced 2025-02-21 12:29:35 +01:00
2dxTools/2dxWav.h

9 lines
157 B
C
Raw Normal View History

2017-03-23 22:36:32 +10: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