diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 13:20:17 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 13:20:17 -0700 |
| commit | dba84307479550135db0bccce9554da09c74aa74 (patch) | |
| tree | d5f6a56a174f4d0dc0a70f8ba6133997d3efead8 /grapher/grapher.csproj | |
| parent | Add gain and velocity graphs (diff) | |
| download | rawaccel-dba84307479550135db0bccce9554da09c74aa74.tar.xz rawaccel-dba84307479550135db0bccce9554da09c74aa74.zip | |
Add tool menu to enable\disable charts
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 4fe8f64..1611fd3 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="AccelCharts.cs" /> <Compile Include="AccelGUI.cs" /> <Compile Include="AccelOptions.cs" /> <Compile Include="Field.cs" /> |