diff options
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index ef52983e2..58e5dc250 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -8,13 +8,19 @@ | |||
| 8 | #include <string> | 8 | #include <string> |
| 9 | #include <unordered_map> | 9 | #include <unordered_map> |
| 10 | #include <vector> | 10 | #include <vector> |
| 11 | #include "input_common/gcadapter/gc_poller.h" | ||
| 12 | #include "input_common/settings.h" | ||
| 13 | 11 | ||
| 14 | namespace Common { | 12 | namespace Common { |
| 15 | class ParamPackage; | 13 | class ParamPackage; |
| 16 | } | 14 | } |
| 17 | 15 | ||
| 16 | namespace Settings::NativeAnalog { | ||
| 17 | enum Values : int; | ||
| 18 | } | ||
| 19 | |||
| 20 | namespace Settings::NativeButton { | ||
| 21 | enum Values : int; | ||
| 22 | } | ||
| 23 | |||
| 18 | namespace InputCommon { | 24 | namespace InputCommon { |
| 19 | namespace Polling { | 25 | namespace Polling { |
| 20 | 26 | ||