ref: 077ee011166130fce9d3040c0fcf907a4b5584a3 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_