openal: add headers to msvc

This commit is contained in:
Megamouse 2024-06-07 18:44:42 +02:00
parent b52deed4dd
commit 5b6f340a7b

View File

@ -10,6 +10,14 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="openal-soft\include\AL\al.h" />
<ClInclude Include="openal-soft\include\AL\alc.h" />
<ClInclude Include="openal-soft\include\AL\alext.h" />
<ClInclude Include="openal-soft\include\AL\efx-creative.h" />
<ClInclude Include="openal-soft\include\AL\efx-presets.h" />
<ClInclude Include="openal-soft\include\AL\efx.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<Keyword>MakeFileProj</Keyword>
<ProjectName>openal-soft</ProjectName>