[4057] added: Line of sight (vmaps) [part 2] (last part)
[mangos-git.git] / contrib / vmap_extractor_v2 / stormlib / wave / wave.h
blob96bdf435977e3649a2d848fe019b6f331ee0db1b
1 /*****************************************************************************/
2 /* Wave.h Copyright (c) Ladislav Zezula 2003 */
3 /*---------------------------------------------------------------------------*/
4 /* Header file for WAVe unplode functions */
5 /*---------------------------------------------------------------------------*/
6 /* Date Ver Who Comment */
7 /* -------- ---- --- ------- */
8 /* 31.03.03 1.00 Lad The first version of Wave.h */
9 /*****************************************************************************/
11 #ifndef __WAVE_H__
12 #define __WAVE_H__
14 //-----------------------------------------------------------------------------
15 // Functions
17 #include "../StormPort.h"
19 int CompressWave (unsigned char * pbOutBuffer, int dwOutLength, short * pwInBuffer, int dwInLength, int nCmpType, int nChannels);
20 int DecompressWave(unsigned char * pbOutBuffer, int dwOutLength, unsigned char * pbInBuffer, int dwInLength, int nChannels);
22 #endif // __WAVE_H__