1
0
mirror of https://github.com/mon/2dxTools.git synced 2024-11-24 06:20:10 +01:00
2dxTools/2dxWav.h
2017-03-23 22:36:32 +10:00

9 lines
157 B
C

#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