mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-12 21:47:03 +03:00
Update Animations script class.
This commit is contained in:
parent
4abc85d9ad
commit
f3a2bc6e12
6 changed files with 43 additions and 42 deletions
|
@ -76,8 +76,8 @@
|
|||
<ClInclude Include="include\ScriptInterfaceLevel.h" />
|
||||
<ClInclude Include="include\ScriptUtil.h" />
|
||||
<ClInclude Include="src\AudioTracks.h" />
|
||||
<ClInclude Include="src\Flow\Animations\Animations.h" />
|
||||
<ClInclude Include="src\Flow\FlowHandler.h" />
|
||||
<ClInclude Include="src\GameScriptAnimations.h" />
|
||||
<ClInclude Include="src\GameScriptColor.h" />
|
||||
<ClInclude Include="src\GameScriptFreeFunctions.h" />
|
||||
<ClInclude Include="src\GameScriptInventoryObject.h" />
|
||||
|
@ -114,6 +114,7 @@
|
|||
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">frameworkandsol.h</PrecompiledHeaderFile>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\Flow\Animations\Animations.cpp" />
|
||||
<ClCompile Include="src\Flow\FlowHandler.cpp" />
|
||||
<ClCompile Include="src\Inventory\InventoryHandler.cpp" />
|
||||
<ClCompile Include="src\Logic\LogicHandler.cpp" />
|
||||
|
@ -125,7 +126,6 @@
|
|||
<ClCompile Include="src\Objects\SoundSource\SoundSource.cpp" />
|
||||
<ClCompile Include="src\Objects\Static\Static.cpp" />
|
||||
<ClCompile Include="src\ScriptInterfaceState.cpp" />
|
||||
<ClCompile Include="src\GameScriptAnimations.cpp" />
|
||||
<ClCompile Include="src\GameScriptColor.cpp" />
|
||||
<ClCompile Include="src\GameScriptFreeFunctions.cpp" />
|
||||
<ClCompile Include="src\GameScriptInventoryObject.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue