diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-17 00:20:24 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-17 00:20:24 -0500 |
commit | a59572ee4eb64b075836247b92401c0fb554b6f0 (patch) | |
tree | 7516544dcc3210356664ad4904912b76b3bef5a6 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 3df62fa856d241df4e7b30a48c77dab184edba4e (diff) | |
download | SMAPI-a59572ee4eb64b075836247b92401c0fb554b6f0.tar.gz SMAPI-a59572ee4eb64b075836247b92401c0fb554b6f0.tar.bz2 SMAPI-a59572ee4eb64b075836247b92401c0fb554b6f0.zip |
overhaul input handling (#422)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 0625711c..e02e1ab4 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -86,6 +86,8 @@ <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="Framework\Content\ContentCache.cs" /> + <Compile Include="Framework\Input\InputState.cs" /> + <Compile Include="Framework\Input\InputStatus.cs" /> <Compile Include="Framework\LegacyManifestVersion.cs" /> <Compile Include="Framework\Models\ModCompatibility.cs" /> <Compile Include="Framework\ModLoading\Finders\EventFinder.cs" /> |