Implement KeyCounter and base Count class.

This commit is contained in:
Huo Yaoyuan
2016-09-23 18:29:25 +08:00
parent 8a168f2d29
commit 55a1a3827a
3 changed files with 93 additions and 0 deletions

View File

@ -53,6 +53,8 @@
<Compile Include="Graphics\Containers\OsuLargeComponent.cs" />
<Compile Include="Graphics\Processing\RatioAdjust.cs" />
<Compile Include="Graphics\TextAwesome.cs" />
<Compile Include="Graphics\UserInterface\Counter.cs" />
<Compile Include="Graphics\UserInterface\KeyCounter.cs" />
<Compile Include="Online\API\APIAccess.cs" />
<Compile Include="Online\API\APIRequest.cs" />
<Compile Include="Online\API\OAuth.cs" />