Skip to content

Commit

Permalink
Tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlinka committed Dec 16, 2023
1 parent aff2a74 commit 107a15a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ProjectObsidian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
</Reference>
<Reference Include="Elements.Assets">
<HintPath>$(ResonitePath)Resonite_Data/Managed/Elements.Assets.dll</HintPath>
</Reference>
</Reference>
<Reference Include="SteamVR">
<HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Resonite\Resonite_Data\Managed\SteamVR.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
</ItemGroup>
</Project>
12 changes: 12 additions & 0 deletions ProtoFlux/Hardware/OpenVR/TrackerBatteryBase.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Project-Obsidian.ProtoFlux.Hardware.OpenVR
{
internal class FileName
{
}
}

0 comments on commit 107a15a

Please sign in to comment.