summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj.filters
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-24 01:40:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-24 01:40:09 +0100
commit05a8efd7b904a75902eb4007ab156e1918a968b3 (patch)
treef5e3a42b3f8d11ede089e4623f215d9ab8ce066e /crawl-ref/source/MSVC/crawl.vcxproj.filters
parent40af2d839ead4be5dd147a15e076c51711689d7d (diff)
downloadcrawl-ref-05a8efd7b904a75902eb4007ab156e1918a968b3.tar.gz
crawl-ref-05a8efd7b904a75902eb4007ab156e1918a968b3.zip
Rename abl-show.{cc,h} to ability.{cc,h}
The old name was quite puzzling...
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj.filters')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj.filters4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj.filters b/crawl-ref/source/MSVC/crawl.vcxproj.filters
index 32189d9aa2..0de0e20f66 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj.filters
+++ b/crawl-ref/source/MSVC/crawl.vcxproj.filters
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <ClCompile Include="..\abl-show.cc" />
+ <ClCompile Include="..\ability.cc" />
<ClCompile Include="..\abyss.cc" />
<ClCompile Include="..\acquire.cc" />
<ClCompile Include="..\act-iter.cc" />
@@ -294,7 +294,7 @@
<ClCompile Include="..\spl-pick.cc" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\abl-show.h" />
+ <ClInclude Include="..\ability.h" />
<ClInclude Include="..\abyss.h" />
<ClInclude Include="..\acquire.h" />
<ClInclude Include="..\act-iter.h" />