Added MusicControllerLogic, now we can handle audio buttons anywhere in the game.

This commit is contained in:
szabkel
2016-04-16 22:40:53 +02:00
parent 189b94f3a0
commit 1b4a42d3d9
12 changed files with 127 additions and 1 deletions

View File

@@ -541,6 +541,7 @@
<Compile Include="UtilityCommands\ExtractLanguageStringsCommand.cs" />
<Compile Include="UtilityCommands\ExtractLuaDocsCommand.cs" />
<Compile Include="UtilityCommands\ExtractTraitDocsCommand.cs" />
<Compile Include="Widgets\Logic\Ingame\MusicControllerLogic.cs" />
<Compile Include="WorldExtensions.cs" />
<Compile Include="UtilityCommands\GetMapHashCommand.cs" />
<Compile Include="UtilityCommands\Glob.cs" />
@@ -754,4 +755,4 @@ cd "$(SolutionDir)"</PostBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>