summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile.obj
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-10-03 18:17:36 -0400
committerSamuel Bronson <naesten@gmail.com>2011-10-03 18:17:36 -0400
commit5a708fa36d5a8c9a433013c7d8d4f2b56288fe4c (patch)
treebba6b2fed5f50c260b5be5204e7f291575210fd6 /crawl-ref/source/Makefile.obj
parentfcbd86431381e6599c0a974f3d3001400873a52f (diff)
downloadcrawl-ref-5a708fa36d5a8c9a433013c7d8d4f2b56288fe4c.tar.gz
crawl-ref-5a708fa36d5a8c9a433013c7d8d4f2b56288fe4c.zip
Start work on a generic god menu.
So far, this consists of moving GodMenuEntry to a new module and slightly altering its interface to be more useful outside of ?/G.
Diffstat (limited to 'crawl-ref/source/Makefile.obj')
-rw-r--r--crawl-ref/source/Makefile.obj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/Makefile.obj b/crawl-ref/source/Makefile.obj
index 20f360b4f9..76ff5b07aa 100644
--- a/crawl-ref/source/Makefile.obj
+++ b/crawl-ref/source/Makefile.obj
@@ -65,6 +65,7 @@ ghost.o \
godabil.o \
godconduct.o \
goditem.o \
+godmenu.o \
godpassive.o \
godprayer.o \
godwrath.o \