mirror of
https://github.com/mon/2dxTools.git
synced 2024-11-24 06:20:10 +01:00
9 lines
157 B
C
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 |