aboutsummaryrefslogtreecommitdiff
path: root/src/adpcm/adpcm_old.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/adpcm/adpcm_old.h')
-rw-r--r--src/adpcm/adpcm_old.h2
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);