summaryrefslogtreecommitdiff
path: root/driver/driver.h
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-04-01 01:51:31 -0400
committera1xd <[email protected]>2021-04-01 01:51:31 -0400
commit14bde56daf188bfc027dc8ead5b45ec0aa1109d6 (patch)
tree6c674efea62c4e945e4d8ed3e947189742486015 /driver/driver.h
parentrefactor lut/motivity (diff)
downloadrawaccel-14bde56daf188bfc027dc8ead5b45ec0aa1109d6.tar.xz
rawaccel-14bde56daf188bfc027dc8ead5b45ec0aa1109d6.zip
update rest
grapher is still broken refactored io / error handling a bit
Diffstat (limited to 'driver/driver.h')
-rw-r--r--driver/driver.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/driver.h b/driver/driver.h
index 56742f6..6184a69 100644
--- a/driver/driver.h
+++ b/driver/driver.h
@@ -1,9 +1,8 @@
#pragma once
#include "rawaccel-base.hpp"
+#include "rawaccel-io-def.h"
-#define NOMINMAX
-#include <ntddk.h>
#include <kbdmou.h>
#include <wdf.h>