summaryrefslogtreecommitdiff
path: root/vcproj-14/map-server.vcxproj
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-03-07 01:12:42 +0100
committerAsheraf <acheraf1998@gmail.com>2019-03-07 01:24:08 +0100
commitd452c74d6ec4876cb0938541bafa8f4e8951b9cf (patch)
treef68897e44b09a0e284435e37e40f5a83c6efd783 /vcproj-14/map-server.vcxproj
parentd496d8963fb4c2eb9015a2911a88299e29644681 (diff)
downloadhercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.tar.gz
hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.tar.bz2
hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.tar.xz
hercules-d452c74d6ec4876cb0938541bafa8f4e8951b9cf.zip
moving stylist into it's own interface
Diffstat (limited to 'vcproj-14/map-server.vcxproj')
-rw-r--r--vcproj-14/map-server.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-14/map-server.vcxproj b/vcproj-14/map-server.vcxproj
index fca2a7826..b17990588 100644
--- a/vcproj-14/map-server.vcxproj
+++ b/vcproj-14/map-server.vcxproj
@@ -217,6 +217,7 @@
<ClInclude Include="..\src\map\skill.h" />
<ClInclude Include="..\src\map\status.h" />
<ClInclude Include="..\src\map\storage.h" />
+ <ClInclude Include="..\src\map\stylist.h" />
<ClInclude Include="..\src\map\trade.h" />
<ClInclude Include="..\src\map\unit.h" />
<ClInclude Include="..\src\map\vending.h" />
@@ -291,6 +292,7 @@
<ClCompile Include="..\src\map\skill.c" />
<ClCompile Include="..\src\map\status.c" />
<ClCompile Include="..\src\map\storage.c" />
+ <ClCompile Include="..\src\map\stylist.c" />
<ClCompile Include="..\src\map\trade.c" />
<ClCompile Include="..\src\map\unit.c" />
<ClCompile Include="..\src\map\vending.c" />