diff options
| author | Jacob Palecki <[email protected]> | 2021-04-01 22:08:01 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-01 22:08:01 -0700 |
| commit | ebfd5a8af07bc5fdf5b463714d8030e49eac53ba (patch) | |
| tree | a31b8b3350cdde51cfdaa86260d9788c3e75d010 /grapher/grapher.csproj | |
| parent | Add lookuptable json (diff) | |
| download | rawaccel-ebfd5a8af07bc5fdf5b463714d8030e49eac53ba.tar.xz rawaccel-ebfd5a8af07bc5fdf5b463714d8030e49eac53ba.zip | |
Add differing table types
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 1160ba8..67948ff 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -136,6 +136,7 @@ <Compile Include="Models\Options\OptionBase.cs" /> <Compile Include="Models\Options\OptionXY.cs" /> <Compile Include="Models\Serialized\GUISettings.cs" /> + <Compile Include="Models\Serialized\LookupTable.cs" /> <Compile Include="Models\Serialized\RawAccelSettings.cs" /> <Compile Include="Models\Serialized\SettingsManager.cs" /> <Compile Include="Program.cs" /> |