Added FAudio submodule

This commit is contained in:
max 2024-07-05 14:07:13 +02:00
parent cd8beb0337
commit 56cb14441f
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "Libraries/SDL2CS"] [submodule "Libraries/SDL2CS"]
path = Nerfed.Runtime/Libraries/SDL2CS path = Nerfed.Runtime/Libraries/SDL2CS
url = https://github.com/flibitijibibo/SDL2-CS.git url = https://github.com/flibitijibibo/SDL2-CS.git
[submodule "Nerfed.Runtime/Libraries/FAudio"]
path = Nerfed.Runtime/Libraries/FAudio
url = https://github.com/FNA-XNA/FAudio.git

@ -0,0 +1 @@
Subproject commit fc73007cd71187ed639fb6480eac88be00325101

View File

@ -2,7 +2,8 @@
<ItemGroup> <ItemGroup>
<Compile Include="Libraries\RefreshCS\RefreshCS.cs" /> <Compile Include="Libraries\RefreshCS\RefreshCS.cs" />
<Compile Include="Libraries\SDL2CS\src\SDL2.cs" /> <Compile Include="Libraries\SDL2CS\src\SDL2.cs" />
<Compile Include="Libraries\FAudio\csharp\FAudio.cs" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>