summaryrefslogtreecommitdiffstats
path: root/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'edit.h')
-rw-r--r--edit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/edit.h b/edit.h
index 663ba45..fd12454 100644
--- a/edit.h
+++ b/edit.h
@@ -13,6 +13,9 @@ int getEditMode();
ROOM *getActiveRoom();
void setActiveRoom(ROOM *room);
+void startAddMode();
+void endAddMode();
+
ROOM *getHoveredRoom();
VERTEX *getHoveredVertex();