shithub: m8c

ref: c3cc1b449844a1285c10976da89b0f9dc2b5ea3d
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_