aboutsummaryrefslogtreecommitdiff
path: root/boxes.h
diff options
context:
space:
mode:
authorJames Brown2002-03-22 03:30:57 +0000
committerJames Brown2002-03-22 03:30:57 +0000
commitce35bfb10d3cb12d356bd9227826555634c66ccc (patch)
treed8d98f7ce6bb3d425984781d3deaab850ff7debf /boxes.h
parentf49bbb0fd8c55e03b573236be853ab023d7c3f93 (diff)
downloadscummvm-rg350-ce35bfb10d3cb12d356bd9227826555634c66ccc.tar.gz
scummvm-rg350-ce35bfb10d3cb12d356bd9227826555634c66ccc.tar.bz2
scummvm-rg350-ce35bfb10d3cb12d356bd9227826555634c66ccc.zip
Add gfx.h and akos.h
svn-id: r3798
Diffstat (limited to 'boxes.h')
-rw-r--r--boxes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/boxes.h b/boxes.h
index be57f4d7a3..b7df155195 100644
--- a/boxes.h
+++ b/boxes.h
@@ -31,11 +31,6 @@ struct Box { /* Internal walkbox file format */
uint16 scale;
} GCC_PACK;
-struct gate_location {
- int x;
- int y;
-};
-
struct AdjustBoxResult { /* Result type of AdjustBox functions */
int16 x,y;
uint16 dist;