summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 76a7b313b4..7eca8ee3c4 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -1,3 +1,11 @@
+/*
+ * File: arena.cc
+ * Summary: Functions related to the monster arena (stage and watch fights).
+ * Written by: ?
+ *
+ * Modified for Crawl Reference by $Author$ on $Date$
+ */
+
#include "AppHdr.h"
REVISION("$Rev$");