shithub: m8c

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