diff options
author | Ladislav Zezula <zezula@volny.cz> | 2016-11-06 10:29:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-06 10:29:39 +0100 |
commit | 3849673d97581c0d4f08e318d1674b4aabc708c0 (patch) | |
tree | a4a2d72479fbd26b7b7ede6f97d6133dc3388021 /src/adpcm/adpcm_old.h | |
parent | 0d77ab2d191d84122d62f5f74fd5862e79b2ef30 (diff) | |
parent | 32f7f18642d30d9e1531d317bb6d2e3fb97ab15a (diff) |
Merge pull request #90 from Lectem/master
fix cmake dependency and move headers to include
Diffstat (limited to 'src/adpcm/adpcm_old.h')
-rw-r--r-- | src/adpcm/adpcm_old.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adpcm/adpcm_old.h b/src/adpcm/adpcm_old.h index beb9615..7b76aff 100644 --- a/src/adpcm/adpcm_old.h +++ b/src/adpcm/adpcm_old.h @@ -14,7 +14,7 @@ //----------------------------------------------------------------------------- // Functions -#include "../StormPort.h" +#include <StormPort.h> int CompressADPCM (unsigned char * pbOutBuffer, int dwOutLength, short * pwInBuffer, int dwInLength, int nCmpType, int nChannels); int DecompressADPCM(unsigned char * pbOutBuffer, int dwOutLength, unsigned char * pbInBuffer, int dwInLength, int nChannels); |