aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/general.h')
-rw-r--r--engines/cge/general.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/general.h b/engines/cge/general.h
index 8c0432b763..8f997c9ae2 100644
--- a/engines/cge/general.h
+++ b/engines/cge/general.h
@@ -47,11 +47,13 @@ struct Dac {
typedef uint16 Crypt(void *buf, uint16 siz, uint16 seed);
+uint16 XCrypt(void *buf, uint16 siz, uint16 seed);
int takeEnum(const char **tab, const char *text);
uint16 chkSum(void *m, uint16 n);
char *mergeExt(char *buf, const char *name, const char *ext);
char *forceExt(char *buf, const char *name, const char *ext);
int newRandom(int range);
+
} // End of namespace CGE
#endif