summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorreaver <address.auto@gmail.com>2014-04-12 23:41:56 -0400
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-14 22:25:16 -0600
commit6d8a42cd9ae10e2f4931a80236c1b3e001368953 (patch)
treee9af4cd9aac560a89258a907e08a0ec048532303 /crawl-ref/source/MSVC/crawl.vcxproj
parent961a08fe896de355d603cf447009c4dac0f8a2ec (diff)
downloadcrawl-ref-6d8a42cd9ae10e2f4931a80236c1b3e001368953.tar.gz
crawl-ref-6d8a42cd9ae10e2f4931a80236c1b3e001368953.zip
Move some main.cc functions to a new file
Specifically player_reacts, decrement_durations, and various helper functions. [Committer's note: updated the xcode and MSVC project files too; I don't guarantee that they work.] Signed-off-by: Steve Melenchuk <smelenchuk@gmail.com>
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 cba00e02ff..e892721591 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -366,6 +366,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\place-info.cc" />
<ClCompile Include="..\player-act.cc" />
<ClCompile Include="..\player-equip.cc" />
+ <ClCompile Include="..\player-reacts.cc" />
<ClCompile Include="..\player-stats.cc" />
<ClCompile Include="..\potion.cc" />
<ClCompile Include="..\prebuilt\levcomp.lex.cc">
@@ -734,6 +735,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\place-info.h" />
<ClInclude Include="..\platform.h" />
<ClInclude Include="..\player-equip.h" />
+ <ClInclude Include="..\player-reacts.h" />
<ClInclude Include="..\player-stats.h" />
<ClInclude Include="..\potion.h" />
<ClInclude Include="..\prebuilt\levcomp.tab.h" />