2019-08-06 02:22:54 +02:00
|
|
|
#ifndef _RETRODE_H_
|
|
|
|
#define _RETRODE_H_
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
bool Retrode_ScanPads();
|
|
|
|
u32 Retrode_ButtonsHeld(int chan);
|
2019-12-31 18:32:29 +01:00
|
|
|
char* Retrode_Status();
|
2019-08-06 02:22:54 +02:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|