mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[0007] Fix VC100 build.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
4409188546
commit
a97b8311d2
3 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0006"
|
||||
#define REVISION_NR "0007"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -603,6 +603,7 @@
|
|||
<ClInclude Include="..\..\src\game\MoveMap.h" />
|
||||
<ClInclude Include="..\..\src\game\MoveMapSharedDefines.h" />
|
||||
<ClInclude Include="..\..\src\game\MovementGenerator.h" />
|
||||
<ClInclude Include="..\..\src\game\movement\MovementStructures.h" />
|
||||
<ClInclude Include="..\..\src\game\movement\MoveSpline.h" />
|
||||
<ClInclude Include="..\..\src\game\movement\MoveSplineFlag.h" />
|
||||
<ClInclude Include="..\..\src\game\movement\MoveSplineInit.h" />
|
||||
|
|
|
|||
|
|
@ -948,6 +948,9 @@
|
|||
<ClInclude Include="..\..\src\game\vmap\WorldModel.h">
|
||||
<Filter>vmaps</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\game\movement\MovementStructures.h">
|
||||
<Filter>Movement</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\game\movement\MoveSpline.h">
|
||||
<Filter>Movement</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue