// // Control.h // Moonlight macOS // // Created by Felix Kratz on 15.03.18. // Copyright © 2018 Felix Kratz. All rights reserved. // #ifndef Control_h #define Control_h #include #import "ControllerSupport.h" extern void initGamepad(ControllerSupport* controllerSupport); #endif /* Control_h */