aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/general.h
diff options
context:
space:
mode:
authorStrangerke2011-09-14 00:10:59 +0200
committerStrangerke2011-09-14 00:10:59 +0200
commit82e0b6fc4bb719e9b3e647c3fcb40cefec9fcd28 (patch)
tree06fffb4df55aebef45f1c2f4d1cbd9ac35607d4b /engines/cge/general.h
parenta702da70acf5e78e6c6c459d459e09602f89a952 (diff)
downloadscummvm-rg350-82e0b6fc4bb719e9b3e647c3fcb40cefec9fcd28.tar.gz
scummvm-rg350-82e0b6fc4bb719e9b3e647c3fcb40cefec9fcd28.tar.bz2
scummvm-rg350-82e0b6fc4bb719e9b3e647c3fcb40cefec9fcd28.zip
CGE: Rewrite fileIO
Diffstat (limited to 'engines/cge/general.h')
-rw-r--r--engines/cge/general.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/cge/general.h b/engines/cge/general.h
index a02cfd0c37..02c9f7fd9a 100644
--- a/engines/cge/general.h
+++ b/engines/cge/general.h
@@ -45,9 +45,6 @@ struct Dac {
uint8 _b;
};
-typedef uint16 Crypt(void *buf, uint16 siz);
-
-uint16 XCrypt(void *buf, uint16 siz);
int takeEnum(const char **tab, const char *text);
uint16 chkSum(void *m, uint16 n);
char *mergeExt(char *buf, const char *name, const char *ext);