summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-01-17 00:20:24 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-01-17 00:20:24 -0500
commita59572ee4eb64b075836247b92401c0fb554b6f0 (patch)
tree7516544dcc3210356664ad4904912b76b3bef5a6 /src/SMAPI/StardewModdingAPI.csproj
parent3df62fa856d241df4e7b30a48c77dab184edba4e (diff)
downloadSMAPI-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.csproj2
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" />