summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj.filters
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-19 16:05:04 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-22 10:03:45 -0400
commit465957cba490a2a9d5444a64523572a90cfb837f (patch)
tree536c94ce0702e60217120aa2bb27325aff1b8f2d /crawl-ref/source/MSVC/crawl.vcxproj.filters
parent393eda0d444702a7eda580e6c363bbdcaba8d54e (diff)
downloadcrawl-ref-465957cba490a2a9d5444a64523572a90cfb837f.tar.gz
crawl-ref-465957cba490a2a9d5444a64523572a90cfb837f.zip
The great mon-stuff migration.
A good deal of functions move to the two new files, mon-poly and mon-message. Of the others, some go to where they are used, some to mon-util, and a few are made member methods of monster. This probably breaks Xcode compilation, and I'm not able to test the changes I made to MSVC that will (hopefully) keep it working.
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj.filters')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj.filters8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj.filters b/crawl-ref/source/MSVC/crawl.vcxproj.filters
index 07c80c194a..480bb37d2e 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj.filters
+++ b/crawl-ref/source/MSVC/crawl.vcxproj.filters
@@ -161,13 +161,14 @@
<ClCompile Include="..\mon-gear.cc" />
<ClCompile Include="..\mon-grow.cc" />
<ClCompile Include="..\mon-info.cc" />
+ <ClCompile Include="..\mon-message.cc" />
<ClCompile Include="..\mon-movetarget.cc" />
<ClCompile Include="..\mon-pathfind.cc" />
<ClCompile Include="..\mon-pick.cc" />
<ClCompile Include="..\mon-place.cc" />
+ <ClCompile Include="..\mon-poly.cc" />
<ClCompile Include="..\mon-project.cc" />
<ClCompile Include="..\mon-speak.cc" />
- <ClCompile Include="..\mon-stuff.cc" />
<ClCompile Include="..\mon-transit.cc" />
<ClCompile Include="..\mon-util.cc" />
<ClCompile Include="..\monster.cc" />
@@ -464,14 +465,15 @@
<ClInclude Include="..\mon-gear.h" />
<ClInclude Include="..\mon-grow.h" />
<ClInclude Include="..\mon-info.h" />
+ <ClInclude Include="..\mon-message.h" />
<ClInclude Include="..\mon-movetarget.h" />
<ClInclude Include="..\mon-pathfind.h" />
<ClInclude Include="..\mon-pick.h" />
<ClInclude Include="..\mon-place.h" />
+ <ClInclude Include="..\mon-poly.h" />
<ClInclude Include="..\mon-project.h" />
<ClInclude Include="..\mon-speak.h" />
<ClInclude Include="..\mon-spll.h" />
- <ClInclude Include="..\mon-stuff.h" />
<ClInclude Include="..\mon-transit.h" />
<ClInclude Include="..\mon-util.h" />
<ClInclude Include="..\monster.h" />
@@ -617,4 +619,4 @@
<ClInclude Include="..\spl-pick.h" />
<ClInclude Include="..\data-index.h" />
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>