diff options
| author | Jacob Palecki <[email protected]> | 2020-07-30 00:32:48 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-30 00:32:48 -0700 |
| commit | 20ea6f85cb0af56c13dabbfc3f65383af8793c7c (patch) | |
| tree | cd1bc1f551a8d981a660c68ffae88057d3dd91c9 /grapher/grapher.csproj | |
| parent | Adde accel type switch (diff) | |
| download | rawaccel-20ea6f85cb0af56c13dabbfc3f65383af8793c7c.tar.xz rawaccel-20ea6f85cb0af56c13dabbfc3f65383af8793c7c.zip | |
Fix small bugs, add AccelOptions class
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 7b0849f..d8ce5d3 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="AccelOptions.cs" /> <Compile Include="Field.cs" /> <Compile Include="FieldXY.cs" /> <Compile Include="Form1.cs"> |