aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r--engines/avalanche/gyro2.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h
index 6c596d2810..3d022fb586 100644
--- a/engines/avalanche/gyro2.h
+++ b/engines/avalanche/gyro2.h
@@ -199,15 +199,6 @@ public:
byte col;
};
-struct adxtype {
- Common::String name; /* name of character */
- byte num; /* number of pictures */
- byte xl, yl; /* x & y lengths of pictures */
- byte seq; /* how many in one stride */
- uint16 size; /* the size of one picture */
- byte fgc, bgc; /* foreground & background bubble colours */
-};
-
typedef byte raw[256][16]; /* raw_font_type */
enum controllers {cjoy, ckey};