diff options
Diffstat (limited to 'scumm/boxes.h')
-rw-r--r-- | scumm/boxes.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scumm/boxes.h b/scumm/boxes.h index 1fffd7f285..583c3cc889 100644 --- a/scumm/boxes.h +++ b/scumm/boxes.h @@ -38,11 +38,6 @@ typedef enum { kBoxInvisible = 0x80 } BoxFlags; -struct AdjustBoxResult { /* Result type of AdjustBox functions */ - int16 x, y; - uint16 dist; -}; - struct BoxCoords { /* Box coordinates */ ScummVM::Point ul; ScummVM::Point ur; @@ -50,8 +45,4 @@ struct BoxCoords { /* Box coordinates */ ScummVM::Point lr; }; -struct Box; -struct PathNode; -struct PathVertex; - #endif |