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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/cge/general.h b/engines/cge/general.h
index 02c9f7fd9a..9e3fc7f249 100644
--- a/engines/cge/general.h
+++ b/engines/cge/general.h
@@ -28,30 +28,16 @@
#ifndef CGE_GENERAL_H
#define CGE_GENERAL_H
-#include "common/system.h"
#include "common/file.h"
-#include "common/random.h"
-#include "common/textconsole.h"
-#include "common/str.h"
namespace CGE {
-#define kCryptSeed 0xA5
-#define kMaxFile 128
-
struct Dac {
uint8 _r;
uint8 _g;
uint8 _b;
};
-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);
-void sndSetVolume();
-
} // End of namespace CGE
#endif