diff options
author | Ameer <aj662@drexel.edu> | 2020-06-21 18:43:01 -0400 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-06-21 21:17:07 -0400 |
commit | 121af3646dad0f80453d2ffffa688dd4435d3acc (patch) | |
tree | 020971e22b4423f63a0a04da7fa4087bf85e2bb9 /src/input_common/main.h | |
parent | c94583d867fd909d8731ba50e085352aae0e6885 (diff) |
Singleton GC Adapter class, remove globals, fix naming convention
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
Diffstat (limited to 'src/input_common/main.h')
-rw-r--r-- | src/input_common/main.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 9e1528c88..c26222f21 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h @@ -32,10 +32,8 @@ class MotionEmu; /// Gets the motion emulation factory. MotionEmu* GetMotionEmu(); -class GCButtonFactory; -class GCAnalogFactory; - GCButtonFactory* GetGCButtons(); + GCAnalogFactory* GetGCAnalogs(); /// Generates a serialized param package for creating a keyboard button device |