shithub: m8c

ref: f6b0c1e4b4fb0d59b4ce0839bae6f3dc69cc90cc
dir: /src/gamepads.h/

View raw version
//
// Created by jonne on 8/19/24.
//

#ifndef GAMEPADS_H_
#define GAMEPADS_H_

int gamepads_initialize(void);
void gamepads_close(void);

#endif //GAMEPADS_H_