Add OSD hotkeys function to the project

This commit is contained in:
2026-02-08 10:57:30 +01:00
parent cc0bb07186
commit 84ccf4b8d9

View File

@@ -188,6 +188,8 @@
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\libs\HotkeysManager.cpp" />
<ClCompile Include="..\libs\OSDManager.cpp" />
<ClCompile Include="dllmain.cpp" /> <ClCompile Include="dllmain.cpp" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />