about summary refs log tree commit diff
path: root/src/Xanthous/Resource.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xanthous/Resource.hs')
-rw-r--r--src/Xanthous/Resource.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xanthous/Resource.hs b/src/Xanthous/Resource.hs
index 2310a68cc2..aa9020903c 100644
--- a/src/Xanthous/Resource.hs
+++ b/src/Xanthous/Resource.hs
@@ -6,6 +6,8 @@ import Xanthous.Prelude
 
 data Name = MapViewport
             -- ^ The main viewport where we display the game content
+          | Character
+            -- ^ The character
           | MessageBox
             -- ^ The box where we display messages to the user
   deriving stock (Show, Eq, Ord)