summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-25 06:53:34 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-25 23:39:51 +0100
commit3273a34d9857ded372bb5dd24d49dd0d8c6da27e (patch)
tree7b3f8169f96dc70fe7354501850e4dbc78b0f34c /crawl-ref/source/MSVC/crawl.vcxproj
parent358542fc0760670d8f5c98483adaa849c4782441 (diff)
downloadcrawl-ref-3273a34d9857ded372bb5dd24d49dd0d8c6da27e.tar.gz
crawl-ref-3273a34d9857ded372bb5dd24d49dd0d8c6da27e.zip
A data indexer template
This takes some coding out of creating an enum-indexed data list (existing examples would include lists of player status data, spell data, etc.)
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index 12898f971d..ce86d96712 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -635,6 +635,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\crash.h" />
<ClInclude Include="..\ctest.h" />
<ClInclude Include="..\dactions.h" />
+ <ClInclude Include="..\data-index.h" />
<ClInclude Include="..\database.h" />
<ClInclude Include="..\dbg-crsh.h" />
<ClInclude Include="..\dbg-maps.h" />