From 45de8747d5dd97dcad09667393fc0e534d199f3a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 7 Sep 2011 22:37:03 +0200 Subject: CGE: Clean up and split snBarrier(), remove progName() --- engines/cge/general.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'engines/cge/general.h') diff --git a/engines/cge/general.h b/engines/cge/general.h index b9e8e27be4..8c0432b763 100644 --- a/engines/cge/general.h +++ b/engines/cge/general.h @@ -47,14 +47,11 @@ struct Dac { typedef uint16 Crypt(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); - -// MISSING FUNCTIONS -const char *progName(const char *ext = NULL); -int newRandom(int range); +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 -- cgit v1.2.3