summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.obj
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-10 21:32:50 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-10 23:49:25 +0200
commit13aacae3ac6afc8437f84527d0b5f564d7558cd1 (patch)
tree9accb25b77e4f2e40dd828ce5d9823b6a2ad37fe /crawl-ref/source/makefile.obj
parent370d19ae9228843151b2d4dc56e549274040b991 (diff)
downloadcrawl-ref-13aacae3ac6afc8437f84527d0b5f564d7558cd1.tar.gz
crawl-ref-13aacae3ac6afc8437f84527d0b5f564d7558cd1.zip
Implement bit array class.
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 aaa4f4d168..d2e6447573 100644
--- a/crawl-ref/source/makefile.obj
+++ b/crawl-ref/source/makefile.obj
@@ -5,6 +5,7 @@ artefact.o \
acr.o \
arena.o \
beam.o \
+bitary.o \
branch.o \
chardump.o \
cio.o \