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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sludge/floor.h b/engines/sludge/floor.h
index 193b6d19bf..50fe56e87c 100644
--- a/engines/sludge/floor.h
+++ b/engines/sludge/floor.h
@@ -54,7 +54,8 @@ bool setFloor(int fileNum);
void drawFloor();
int inFloor(int x, int y);
bool getMatchingCorners(floorPolygon &, floorPolygon &, int &, int &);
-bool closestPointOnLine(int &closestX, int &closestY, int x1, int y1, int x2, int y2, int xP, int yP);
+bool closestPointOnLine(int &closestX, int &closestY, int x1, int y1, int x2,
+ int y2, int xP, int yP);
} // End of namespace Sludge