mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9617] Add WorldPacket.h to vcproj files.
This commit is contained in:
parent
f7e7e6b849
commit
21ff192866
4 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9616"
|
#define REVISION_NR "9617"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -472,6 +472,7 @@
|
||||||
<ClInclude Include="..\..\src\shared\Auth\SARC4.h" />
|
<ClInclude Include="..\..\src\shared\Auth\SARC4.h" />
|
||||||
<ClInclude Include="..\..\src\shared\Auth\Sha1.h" />
|
<ClInclude Include="..\..\src\shared\Auth\Sha1.h" />
|
||||||
<ClInclude Include="..\..\src\shared\ByteBuffer.h" />
|
<ClInclude Include="..\..\src\shared\ByteBuffer.h" />
|
||||||
|
<ClInclude Include="..\..\src\shared\WorldPacket.h" />
|
||||||
<ClInclude Include="..\..\src\shared\Common.h" />
|
<ClInclude Include="..\..\src\shared\Common.h" />
|
||||||
<ClInclude Include="..\..\src\shared\Config\Config.h" />
|
<ClInclude Include="..\..\src\shared\Config\Config.h" />
|
||||||
<ClInclude Include="..\..\src\shared\Config\ConfigEnv.h" />
|
<ClInclude Include="..\..\src\shared\Config\ConfigEnv.h" />
|
||||||
|
|
|
||||||
|
|
@ -656,6 +656,10 @@
|
||||||
RelativePath="..\..\src\shared\Util.h"
|
RelativePath="..\..\src\shared\Util.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\shared\WorldPacket.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Config"
|
Name="Config"
|
||||||
|
|
|
||||||
|
|
@ -662,6 +662,10 @@
|
||||||
RelativePath="..\..\src\shared\Util.h"
|
RelativePath="..\..\src\shared\Util.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\shared\WorldPacket.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Config"
|
Name="Config"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue