First gamepad stuff

This commit is contained in:
Reece Mackie 2019-04-27 20:49:33 +01:00
parent f37e55a77b
commit b911cefab3
3 changed files with 162 additions and 24 deletions

View file

@ -167,12 +167,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">
<Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
</ProjectReference>
<ClCompile Include="..\..\..\examples\core\core_basic_window.cpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\examples\core\core_basic_window.cpp" />
<ProjectReference Include="..\raylib\raylib.vcxproj">
<Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">