aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/mouse_boxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryomni3d/mouse_boxes.h')
-rw-r--r--engines/cryomni3d/mouse_boxes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryomni3d/mouse_boxes.h b/engines/cryomni3d/mouse_boxes.h
index 5e4d49671a..66ddc4af10 100644
--- a/engines/cryomni3d/mouse_boxes.h
+++ b/engines/cryomni3d/mouse_boxes.h
@@ -27,8 +27,8 @@
#include "common/str.h"
namespace Common {
-class Point;
-class Rect;
+struct Point;
+struct Rect;
}
namespace CryOmni3D {