ref: 9c57156dd2c15840b5b9efd0af9a0c36c1e5523a dir: /src/gamepads.h/
// // Created by jonne on 8/19/24. // #ifndef GAMEPADS_H_ #define GAMEPADS_H_ int gamepads_initialize(void); void gamepads_close(void); #endif //GAMEPADS_H_