diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-03-07 01:12:42 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-03-07 01:24:08 +0100 |
commit | d452c74d6ec4876cb0938541bafa8f4e8951b9cf (patch) | |
tree | f68897e44b09a0e284435e37e40f5a83c6efd783 /vcproj-12/map-server.vcxproj | |
parent | d496d8963fb4c2eb9015a2911a88299e29644681 (diff) | |
download | hercules-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-12/map-server.vcxproj')
-rw-r--r-- | vcproj-12/map-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj index 3435ec4b6..72bae9d97 100644 --- a/vcproj-12/map-server.vcxproj +++ b/vcproj-12/map-server.vcxproj @@ -219,6 +219,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" /> @@ -293,6 +294,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" /> |