diff options
Diffstat (limited to 'hid/lib/drivers/mouse.h')
-rw-r--r-- | hid/lib/drivers/mouse.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hid/lib/drivers/mouse.h b/hid/lib/drivers/mouse.h index 3ec29ee9..e9092bc5 100644 --- a/hid/lib/drivers/mouse.h +++ b/hid/lib/drivers/mouse.h @@ -19,13 +19,15 @@ # # *****************************************************************************/ + #pragma once #include <stdint.h> + #include "driver.h" -namespace DRIVERS { +namespace DRIVERS { class Mouse : public Driver { using Driver::Driver; }; |