summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj.filters
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-08-04 18:30:13 -0400
committerGitHub <[email protected]>2020-08-04 18:30:13 -0400
commitba89e7d3e0bbc0fa85abf76d796e55c215eb2807 (patch)
treeff05c61ea7979b3bf38f18b1043d6b2d149cce33 /wrapper/wrapper.vcxproj.filters
parentMerge pull request #9 from a1xd/read-fix (diff)
parentEven nicer (diff)
downloadrawaccel-ba89e7d3e0bbc0fa85abf76d796e55c215eb2807.tar.xz
rawaccel-ba89e7d3e0bbc0fa85abf76d796e55c215eb2807.zip
Merge pull request #12 from JacobPalecki/GUI
GUI: Add read from driver, velocity and gain graphs, toolbar, and chart optimizations
Diffstat (limited to 'wrapper/wrapper.vcxproj.filters')
-rw-r--r--wrapper/wrapper.vcxproj.filters4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrapper/wrapper.vcxproj.filters b/wrapper/wrapper.vcxproj.filters
index 28b22ba..60fcc9c 100644
--- a/wrapper/wrapper.vcxproj.filters
+++ b/wrapper/wrapper.vcxproj.filters
@@ -18,7 +18,7 @@
<ClInclude Include="wrapper.hpp">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="wrapper_writer.hpp">
+ <ClInclude Include="wrapper_io.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
@@ -26,7 +26,7 @@
<ClCompile Include="wrapper.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="wrapper_writer.cpp">
+ <ClCompile Include="wrapper_io.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>