aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 633f1829ab..f398fdbb9d 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -38,7 +38,6 @@
#define EDGE 10 // Closest object can get to edge of screen
#define EDGE2 (EDGE * 2) // Push object further back on edge collision
#define SHIFT 8 // Place hero this far inside bounding box
-#define BOUND(X, Y) ((_boundary[Y * XBYTES + X / 8] & (0x80 >> X % 8)) != 0) // Boundary bit set
namespace Common {
class RandomSource;
@@ -191,8 +190,6 @@ public:
return _mouseY;
}
- bool findObjectSpace(object_t *obj, int16 *destx, int16 *desty);
-
void boundaryCollision(object_t *obj);
void clearBoundary(int x1, int x2, int y);
void endGame();