summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-06 11:18:56 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-21 18:26:16 +0100
commit449020270af4920cfeef57a010e616f4a0b6a12b (patch)
tree5ab2368bcaae84c923159ffafa9fe19d8365c26a /crawl-ref/source/MSVC/crawl.vcxproj
parente9ecdcbda83abf17aabb92e6fac191f22e3143f6 (diff)
downloadcrawl-ref-449020270af4920cfeef57a010e616f4a0b6a12b.tar.gz
crawl-ref-449020270af4920cfeef57a010e616f4a0b6a12b.zip
Implement Chimeric monsters
After creating the monster, the make_chimera function in mon-chimera.cc can be used to set its component creatures.
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index ae91d046da..a0456cb7e3 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -354,6 +354,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\l_you.cc" />
<ClCompile Include="..\lev-pand.cc" />
<ClCompile Include="..\melee_attack.cc" />
+ <ClCompile Include="..\mon-chimera.cc" />
<ClCompile Include="..\mon-death.cc" />
<ClCompile Include="..\mon-ench.cc" />
<ClCompile Include="..\mon-stealth.cc" />
@@ -715,6 +716,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\matrix.h" />
<ClInclude Include="..\melee_attack.h" />
<ClInclude Include="..\mi-enum.h" />
+ <ClInclude Include="..\mon-chimera.h" />
<ClInclude Include="..\mon-death.h" />
<ClInclude Include="..\mon-ench.h" />
<ClInclude Include="..\mon-flags.h" />