src/core/geometry_type.hpp
changeset 8126 c96febd50363
parent 8121 3bc6351e7369
child 8127 a20f557b7081
--- a/src/core/geometry_type.hpp	Sun Dec 23 13:31:24 2007 +0000
+++ b/src/core/geometry_type.hpp	Sun Dec 23 14:06:03 2007 +0000
@@ -5,6 +5,11 @@
 #ifndef GEOMETRY_TYPE_HPP
 #define GEOMETRY_TYPE_HPP
 
+#if defined(__AMIGA__)
+	/* AmigaOS already has a Point declared */
+	#define Point OTTD_Point
+#endif /* __AMIGA__ */
+
 struct Point {
 	int x;
 	int y;