aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/floor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/floor.h')
-rw-r--r--engines/sludge/floor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sludge/floor.h b/engines/sludge/floor.h
index 193b6d19bf..1b212fa73b 100644
--- a/engines/sludge/floor.h
+++ b/engines/sludge/floor.h
@@ -22,10 +22,6 @@
#ifndef SLUDGE_FLOOR_H
#define SLUDGE_FLOOR_H
-#ifdef _WIN32
-#include "windef.h"
-#endif
-
namespace Sludge {
struct floorPolygon {
@@ -33,12 +29,10 @@ struct floorPolygon {
int *vertexID;
};
-#ifndef _WIN32
struct POINT {
int x;
int y;
};
-#endif
struct flor {
int originalNum;