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 c0f7d8f..d3ce2f6 100644
--- a/edit.h
+++ b/edit.h
@@ -12,4 +12,7 @@ int getEditMode();
ROOM *getActiveRoom();
void setActiveRoom(ROOM *room);
+ROOM *getHoveredRoom();
+void setHoveredRoom(ROOM *room);
+
#endif /*EDIT_H_*/