aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/view/Viewable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/view/Viewable.java')
-rw-r--r--src/esieequest/view/Viewable.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/esieequest/view/Viewable.java b/src/esieequest/view/Viewable.java
index eb9c50a..dc12973 100644
--- a/src/esieequest/view/Viewable.java
+++ b/src/esieequest/view/Viewable.java
@@ -63,7 +63,8 @@ public interface Viewable {
63 * @param side 63 * @param side
64 * the side of a room 64 * the side of a room
65 */ 65 */
66 public void updateLocation(final Room room, final Direction direction, final Side side, final boolean canGoBack); 66 public void updateLocation(final Room room, final Direction direction, final Side side,
67 final boolean canGoBack);
67 68
68 /** 69 /**
69 * Updates the view to display the items contained in the inventory 70 * Updates the view to display the items contained in the inventory