summaryrefslogtreecommitdiffstats
path: root/edit.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-06-26 21:30:01 +0200
committerneoraider <devnull@localhost>2007-06-26 21:30:01 +0200
commitf10436d8168840417c000e08038350dd5de4fc15 (patch)
tree1149581315fae39c27c741b81c6e130ff5cd666c /edit.h
parentb8549034bef0de090547f32af07df248e68c7064 (diff)
downloadzoomedit-f10436d8168840417c000e08038350dd5de4fc15.tar
zoomedit-f10436d8168840417c000e08038350dd5de4fc15.zip
zoomedit: Added room selection and hover effect.
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_*/