aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
authorOliver Kiehl2003-09-12 18:52:53 +0000
committerOliver Kiehl2003-09-12 18:52:53 +0000
commit9dc282f1d59c75f4aa0cbda6e85efd6ea30dc347 (patch)
treef25d78715f0ec40cf2ec5be5ead7e73ca88a22bf /sword2/resman.h
parentc805e260a9a871db17866c2957ccc9042d46763c (diff)
downloadscummvm-rg350-9dc282f1d59c75f4aa0cbda6e85efd6ea30dc347.tar.gz
scummvm-rg350-9dc282f1d59c75f4aa0cbda6e85efd6ea30dc347.tar.bz2
scummvm-rg350-9dc282f1d59c75f4aa0cbda6e85efd6ea30dc347.zip
endian fixes
svn-id: r10192
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index fb7a215b1e..ec09fe639e 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -44,6 +44,7 @@ class resMan
void Res_close(uint32 res); //decrements the count
//----
+ void convertEndian(uint8 *ad);
uint8 Res_check_valid( uint32 res ); // returns '0' if resource out of range or null, otherwise '1' for ok