Added support for enhanced animations for items.

Thanks to @conde2, @BenDol
This commit is contained in:
Nailson
2015-02-13 08:19:45 -03:00
parent 4c4e0b9d07
commit 74af47f4d6
11 changed files with 310 additions and 49 deletions

View File

@@ -161,6 +161,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\client\animatedtext.cpp" />
<ClCompile Include="..\src\client\animator.cpp" />
<ClCompile Include="..\src\client\client.cpp" />
<ClCompile Include="..\src\client\container.cpp" />
<ClCompile Include="..\src\client\creature.cpp" />
@@ -315,6 +316,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\client\animatedtext.h" />
<ClInclude Include="..\src\client\animator.h" />
<ClInclude Include="..\src\client\client.h" />
<ClInclude Include="..\src\client\const.h" />
<ClInclude Include="..\src\client\container.h" />