summaryrefslogtreecommitdiffstats
path: root/edit.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-09-16 21:06:02 +0200
committerneoraider <devnull@localhost>2007-09-16 21:06:02 +0200
commit5ea7f0464eb13581322215f0614eaae52393e02a (patch)
tree073163463ab20fd00016a5fbcd56c6dcf9857182 /edit.h
parent01e98d51fedf65ad71d468c3b0410d6e7764a384 (diff)
downloadzoomedit-5ea7f0464eb13581322215f0614eaae52393e02a.tar
zoomedit-5ea7f0464eb13581322215f0614eaae52393e02a.zip
zoomedit: C++ized Polygon
Diffstat (limited to 'edit.h')
-rw-r--r--edit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.h b/edit.h
index c2fa4dd..854a4b5 100644
--- a/edit.h
+++ b/edit.h
@@ -21,7 +21,7 @@ ROOM *getHoveredRoom();
Vertex *getHoveredVertex();
void setHoveredVertex(Vertex *v);
-int isVertexOk(Vertex *v);
-int isPolygonOk(POLYGON *polygon);
+bool isVertexOk(Vertex *v);
+bool isPolygonOk(Polygon *polygon);
#endif /*EDIT_H_*/