aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/snail.h')
-rw-r--r--engines/cge/snail.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/cge/snail.h b/engines/cge/snail.h
index bd874a35b4..888fae6ce9 100644
--- a/engines/cge/snail.h
+++ b/engines/cge/snail.h
@@ -70,8 +70,6 @@ enum SNCOM {
SNZTRIM, SNGHOST
};
-enum SNLIST { NEAR, TAKE };
-
class Snail {
public:
struct Com {
@@ -99,15 +97,8 @@ private:
};
-void pocFul();
-
-
-extern bool _flag[4];
-extern bool _game;
extern bool _dark;
-extern int _now;
extern int _lev;
-extern int _maxCave;
extern Bar _barriers[];
extern struct Hxy {
int _x;